diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-14 17:15:12 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-15 13:30:49 +0200 |
commit | a592e9ffcfb288cd154bad60dc8003b781355533 (patch) | |
tree | 7a44e7fe697c8b353b1157aad695bafa594d72dc /HACKING.md | |
parent | 348f5ca4c2bd4b99a1d74cbb932729687c53338e (diff) | |
download | haskell-a592e9ffcfb288cd154bad60dc8003b781355533.tar.gz |
Remove all references to sync-all
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/HACKING.md b/HACKING.md index edd1d127f1..b59e747700 100644 --- a/HACKING.md +++ b/HACKING.md @@ -30,9 +30,14 @@ find an overview here: Next, clone the repository and all the associated libraries: ``` -$ git clone http://git.haskell.org/ghc.git -$ cd ghc -$ ./sync-all get +$ git clone --recursive git://git.haskell.org/ghc.git +``` + +On Windows, you need an extra repository containing some build tools: + +``` +$ cd ghc/ +$ git clone git://git.haskell.org/ghc-tarballs.git ``` First copy `mk/build.mk.sample` to `mk/build.mk` and ensure it has |