Changes between Version 52 and Version 53 of Building/Using
- Timestamp:
- 05/28/10 02:16:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Using
v52 v53 194 194 installed. You don't have to install GHC in order to use it: it is 195 195 entirely possible to work on GHC and test it without ever modifying 196 anything outside the build tree. However, if you do w ithto install196 anything outside the build tree. However, if you do want to install 197 197 GHC, then the `--prefix` directory is the root of the install tree. 198 Typ ciallly on Unix systems the default for `--prefix` is198 Typically on Unix systems the default for `--prefix` is 199 199 `/usr/local`. See also [wiki:Building/Installing] for more details. 200 200
