Changes between Version 6 and Version 7 of Building/GettingTheSources
- Timestamp:
- 12/09/06 05:04:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v6 v7 35 35 }}} 36 36 37 '''NOTE''': you really want {{{--partial}}} when grabbing GHC. There are some 13000 patches in the repository, which take a long time to download without {{{--partial}}}. The {{{darcs-all}}} script automatically adds {{{--partial}}} for the packages.37 '''NOTE''': You really want {{{--partial}}} when grabbing GHC. There are some 15000 patches in the repository, which take a long time to download without {{{--partial}}}. The {{{darcs-all}}} script automatically adds {{{--partial}}} for the packages. If you are a developer and you know what you are doing, you can omit {{{--partial}}} and use {{{./darcs-all get --complete}}} to get a decade of pacthes. 38 38 39 39 The above will grab the "core" set of packages. This is the minimal set of packages required to bootstrap GHC. If you want to get a more comprehensive set of packages and include them in your GHC build, then you can say:
