From 447fe8ef99466a175f4e1b3281c7794c67ca698c Mon Sep 17 00:00:00 2001 From: "shae@ScannedInAvian.com" Date: Thu, 20 Jul 2006 15:29:29 +0000 Subject: [PATCH] Add a new section "Getting the Source" to both HACKING and README. But what about win32 users? --- HACKING | 14 ++++++++++++++ README | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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 --------------------- 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 ===================== -- 1.7.10.4