X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=HACKING;h=a57fd975af420095c21c339c37a2e3e687b60d42;hp=a9b27ffb3c840049802f40623331d95114c8cce4;hb=447fe8ef99466a175f4e1b3281c7794c67ca698c;hpb=349e0e18a3de8098a8c96c05b52c48100d728bcc 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 ---------------------