diff options
author | shae@ScannedInAvian.com <unknown> | 2006-07-20 15:29:29 +0000 |
---|---|---|
committer | shae@ScannedInAvian.com <unknown> | 2006-07-20 15:29:29 +0000 |
commit | 447fe8ef99466a175f4e1b3281c7794c67ca698c (patch) | |
tree | 4b7ad3fb03b85a928ad36f5ce36fee1c01ca9ac2 /README | |
parent | 349e0e18a3de8098a8c96c05b52c48100d728bcc (diff) | |
download | haskell-447fe8ef99466a175f4e1b3281c7794c67ca698c.tar.gz |
Add a new section "Getting the Source" to both HACKING and README. But what about win32 users?
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,6 +13,20 @@ Information for developers of GHC can be found here: http://hackage.haskell.org/trac/ghc/ +Getting the Source +================== + +First get the GHC darcs repository: + + $ darcs get http://darcs.haskell.org/ghc/ + +Then run the darcs-all shell script in that repository +to get the other repositories: + + $ cd ghc + $ sh darcs-all + + Building & Installing ===================== |