Changes between Version 11 and Version 12 of Building/GettingTheSources
- Timestamp:
- 09/18/07 13:32:47 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v11 v12 54 54 This isn't usually necessary: extra packages can be compiled and installed separately using Cabal, after you have built and installed GHC itself with its core packages. The list of "core" and "extra" packages is below. 55 55 56 Optionally, you might want to grab the testsuite and benchmark suite too, which should also be sub-directories of ghc:56 Optionally, you might want to grab the testsuite and benchmark suite too, which also become sub-directories of ghc: 57 57 58 {{{59 $ darcs get --partial http://darcs.haskell.org/testsuite60 $ darcs get --partial http://darcs.haskell.org/nofib61 }}}62 63 These can also be fetched with flags to {{{darcs-all}}}:64 58 {{{ 65 59 $ ./darcs-all --testsuite get … … 81 75 and then use `darcs-all` as above to get the rest of the respositories. 82 76 83 To get testsuite and/or nofib, you'll need to name the branch repositories:84 85 {{{86 $ darcs get --partial http://darcs.haskell.org/ghc-6.6/testsuite87 $ darcs get --partial http://darcs.haskell.org/ghc-6.6/nofib88 }}}89 90 77 === Pulling new patches === 91 78
