X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=README;h=4634789f1fd159d1ac0eff54d8eb6e7506286db1;hb=63765a63618dba68dcdace4d9e9e42b601c0e9f3;hp=c2967fcfda17086182f8ae778aafee89538bb0b3;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/README b/README index c2967fc..4634789 100644 --- a/README +++ b/README @@ -13,6 +13,25 @@ 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 + +This grabs the "core" packages by default. To get the full set of +packages (which will probably take a long time to build), instead say + + $ sh darcs-all --extra get + + Building & Installing =====================