summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorshae@ScannedInAvian.com <unknown>2006-07-20 15:29:29 +0000
committershae@ScannedInAvian.com <unknown>2006-07-20 15:29:29 +0000
commit447fe8ef99466a175f4e1b3281c7794c67ca698c (patch)
tree4b7ad3fb03b85a928ad36f5ce36fee1c01ca9ac2 /README
parent349e0e18a3de8098a8c96c05b52c48100d728bcc (diff)
downloadhaskell-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--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index c2967fcfda..825b8c1465 100644
--- a/README
+++ b/README
@@ -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
=====================