Skip to content
Snippets Groups Projects
Commit 447fe8ef authored by Shae Matijs Erisson's avatar Shae Matijs Erisson
Browse files

Add a new section "Getting the Source" to both HACKING and README. But what about win32 users?

parent 349e0e18
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,20 @@ that will help get you started right away, and point you in the ...@@ -7,6 +7,20 @@ that will help get you started right away, and point you in the
direction of more comprehensive documentation for later. 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 Setting up your build
--------------------- ---------------------
......
...@@ -13,6 +13,20 @@ Information for developers of GHC can be found here: ...@@ -13,6 +13,20 @@ Information for developers of GHC can be found here:
http://hackage.haskell.org/trac/ghc/ 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 Building & Installing
===================== =====================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment