Changeset 20086 for INSTALL

Show
Ignore:
Timestamp:
03/08/08 00:28:00 (9 months ago)
Author:
gwern
Message:

Update HsJudy? to build against the system's installation of Judy and not the version taking up space in thirdparty/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r20066 r20086  
    1919instructions. 
    2020 
    21 Debian etch's (stable as of 2007) version of GHC is too old to compile pugs, 
     21Debian Etch's (stable as of 2007) version of GHC is too old to compile pugs, 
    2222see the section below on compiling the version from testing.  GHC 6.6.1 debs 
    2323for etch are available (not apt-gettable): 
     
    3434 
    3535    http://www.cse.unsw.edu.au/~dons/code/hs-plugins 
     36 
     37During the build process, the script will try to install HsJudy (a Haskell binding to the Judy array library written in C). If you don't have Judy installed, this step might fail, so you should install Judy. Most distros include that library. 
    3638 
    3739To install Pugs on your system, simply type this in the command line: 
     
    218220 
    219221The last revision that builds directly from repository on this environment 
    220 was r19955.  
     222was r19955. 
    221223 
    2222241. Update to current version 
     
    228230            src/Pugs/Compile/Pugs.hs src/Pugs/Eval.hs 
    229231 
    230 3. Build it ...  
     2323. Build it ... 
    231233  perl Makefile.PL && make 
    232234