- Timestamp:
- 02/22/05 09:13:57 (4 years ago)
- svk:copy_cache_prev:
- 1041
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
README
r142 r168 3 3 4 4 Pugs is Copyright 2005 by Autrijus Tang. All Rights Reserved. 5 6 The "Rule" subsystem is derived from Parsec 2.0 by Daan Leijen, under a 7 BSD-style license. See src/Rule/LICENSE. 5 8 6 9 LICENSE INFORMATION … … 22 25 23 26 Pugs needs the Glasgow Haskell Compiler (GHC) 6.2 or above. To install GHC, 24 download a binary build from http://haskell.org/ghc/. You may also build GHC25 f rom source code, but that may take several hours.27 download a binary build from http://haskell.org/ghc/. Although source code 28 for GHC is available, it will take a very long time to build by yourself. 26 29 27 30 To install Pugs on your system, simply type this in the command line:
