summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING14
1 files changed, 14 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
---------------------