X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=HACKING;h=a57fd975af420095c21c339c37a2e3e687b60d42;hb=e70246a799b0038cf84874550283c52858231159;hp=a9b27ffb3c840049802f40623331d95114c8cce4;hpb=ca1a5098173d282c31c8ea3ceea4f6d3f67afda0;p=ghc-hetmet.git diff --git a/HACKING b/HACKING index a9b27ff..a57fd97 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 ---------------------