Changeset 20948 for INSTALL

Show
Ignore:
Timestamp:
06/22/08 14:43:44 (7 months ago)
Author:
audreyt
Message:

* pugs-compat need not be separately installed; add upgrade

instructions (which coincidenally is the same as installation.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r20946 r20948  
    1212 
    1313Additionally, Pugs uses the Cabal framework (http://haskell.org/cabal/), 
    14 which is usually bundled with GHC itself. (The 6.6 source code contains it.) 
     14which is usually bundled with GHC itself. (The 6.6.1 source code contains it.) 
    1515 
    1616http://jnthn.net/perl6/ has binary builds for Win32.  For Mac OS X (PowerPC), 
     
    262262 
    263263$ cabal update 
    264 $ cabal install pugs-compat 
    265264$ cabal install Pugs 
    266265 
    267266...and you're done. 
     267 
     2683. To upgrade the current Pugs installation to the latest released version, 
     269   simply type the same two lines of commands above: 
     270 
     271$ cabal update 
     272$ cabal install Pugs 
     273