summaryrefslogtreecommitdiff
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
parent349e0e18a3de8098a8c96c05b52c48100d728bcc (diff)
downloadhaskell-447fe8ef99466a175f4e1b3281c7794c67ca698c.tar.gz
Add a new section "Getting the Source" to both HACKING and README. But what about win32 users?
-rw-r--r--HACKING14
-rw-r--r--README14
2 files changed, 28 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index a9b27ffb3c..a57fd975af 100644
--- a/HACKING
+++ b/HACKING
@@ -7,6 +7,20 @@ that will help get you started right away, and point you in the
direction of more comprehensive documentation for later.
+Getting the sources
+-------------------
+
+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
+
+
Setting up your build
---------------------
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
=====================