Changeset 1049 for README

Show
Ignore:
Timestamp:
03/23/05 12:43:05 (4 years ago)
Author:
gugod
svk:copy_cache_prev:
2447
Message:

r15205@kybristedi: gugod | 2005-03-23 19:41:02 +0800
use $ENV{GHC} to assign the path of ghc
(convienent to test between different ghc version)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r1012 r1049  
    6060    make install 
    6161 
     62Optionally you may use GHC environment variable to assign the ghc 
     63executable path before you run "perl Makefile.PL", for example: 
     64 
     65    export GHC=${HOME}/bin/ghc (bash) 
     66    setenv GHC ${HOME}/bin/ghc (csh) 
     67 
    6268MAILING LISTS 
    6369-------------