Changeset 21008 for INSTALL

Show
Ignore:
Timestamp:
06/25/08 05:18:30 (5 months ago)
Author:
audreyt
Message:

* INSTALL: Document the "cabal install Pugs -fOptimize" flag.

As of Pugs-6.2.13.4, "pugs -e1" time is much shorter than
before (<0.3s user time), thanks to a new Prelude compilation
technique using Data.Binary instead of Data.Yaml.Syck.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r20948 r21008  
    259259above packages.) 
    260260 
    261 2. Type the following commands. 
    262  
    263 $ cabal update 
    264 $ cabal install Pugs 
    265  
    266 ...and you're done. 
     2612. Type the following commands: 
     262 
     263    cabal update 
     264    cabal install Pugs 
     265 
     266...and you're done.  To build an optimized Pugs for benchmarking or smoke 
     267testing, replace the second command with: 
     268 
     269    cabal install Pugs -fOptimize 
    267270 
    2682713. To upgrade the current Pugs installation to the latest released version, 
    269272   simply type the same two lines of commands above: 
    270273 
    271 $ cabal update 
    272 $ cabal install Pugs 
    273  
     274    cabal update 
     275    cabal install Pugs 
     276