Changes between Version 33 and Version 34 of Building/GettingTheSources
- Timestamp:
- 01/04/09 16:37:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v33 v34 29 29 git clone http://darcs.haskell.org/ghc.git ghc 30 30 cd ghc 31 curl 'http://hackage.haskell.org/trac/ghc/attachment/ticket/2857/fix-sync-all-patch?format=raw' | patch -p132 31 ./sync-all --complete get 33 32 sh boot 34 33 ./configure && make 35 34 }}} 36 37 The third line applies a patch from [http://hackage.haskell.org/trac/ghc/ticket/2857 bug 2857]; when that bug is closed it should be removed.38 35 39 36 == Getting a GHC source tree using darcs ==
