From a592e9ffcfb288cd154bad60dc8003b781355533 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Tue, 14 Jul 2015 17:15:12 +0200 Subject: Remove all references to sync-all --- HACKING.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'HACKING.md') 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 -- cgit v1.2.1