Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
447fe8ef
Commit
447fe8ef
authored
Jul 20, 2006
by
shae@ScannedInAvian.com
Browse files
Add a new section "Getting the Source" to both HACKING and README. But what about win32 users?
parent
349e0e18
Changes
2
Hide whitespace changes
Inline
Side-by-side
HACKING
View file @
447fe8ef
...
...
@@ -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
---------------------
...
...
README
View file @
447fe8ef
...
...
@@ -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
=====================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment