Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r20066 r20086 19 19 instructions. 20 20 21 Debian etch's (stable as of 2007) version of GHC is too old to compile pugs,21 Debian Etch's (stable as of 2007) version of GHC is too old to compile pugs, 22 22 see the section below on compiling the version from testing. GHC 6.6.1 debs 23 23 for etch are available (not apt-gettable): … … 34 34 35 35 http://www.cse.unsw.edu.au/~dons/code/hs-plugins 36 37 During 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. 36 38 37 39 To install Pugs on your system, simply type this in the command line: … … 218 220 219 221 The last revision that builds directly from repository on this environment 220 was r19955. 222 was r19955. 221 223 222 224 1. Update to current version … … 228 230 src/Pugs/Compile/Pugs.hs src/Pugs/Eval.hs 229 231 230 3. Build it ... 232 3. Build it ... 231 233 perl Makefile.PL && make 232 234
