Changes between Version 34 and Version 35 of Building/GettingTheSources
- Timestamp:
- 02/23/09 01:25:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/GettingTheSources
v34 v35 33 33 ./configure && make 34 34 }}} 35 36 Note, on Windows you may have to change git's line-ending behaviour first: 37 38 {{{ 39 git config --global core.autocrlf false 40 }}} 41 42 since this is a global setting, you probably want to change it back after cloning ghc, and then set it locally for the GHC repo(s). 35 43 36 44 == Getting a GHC source tree using darcs ==
