Changeset 168 for README

Show
Ignore:
Timestamp:
02/22/05 09:13:57 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
1041
Message:

* add licensing info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r142 r168  
    33 
    44Pugs is Copyright 2005 by Autrijus Tang.  All Rights Reserved. 
     5 
     6The "Rule" subsystem is derived from Parsec 2.0 by Daan Leijen, under a 
     7BSD-style license.  See src/Rule/LICENSE. 
    58 
    69LICENSE INFORMATION 
     
    2225 
    2326Pugs 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 GHC 
    25 from source code, but that may take several hours. 
     27download a binary build from http://haskell.org/ghc/.  Although source code 
     28for GHC is available, it will take a very long time to build by yourself.  
    2629 
    2730To install Pugs on your system, simply type this in the command line: