diff options
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 |