X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=README;fp=README;h=825b8c14651064392973b502127bc277f18ca17d;hp=c2967fcfda17086182f8ae778aafee89538bb0b3;hb=447fe8ef99466a175f4e1b3281c7794c67ca698c;hpb=349e0e18a3de8098a8c96c05b52c48100d728bcc diff --git a/README b/README index c2967fc..825b8c1 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 =====================