Changes between Version 17 and Version 18 of Building/Windows
- Timestamp:
- 07/05/07 00:51:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Windows
v17 v18 248 248 but you must have them; hence needing the Cygwin binutils package. 249 249 * We use {{{emacs}}} a lot, so we install that too. 250 When you are in {{{$(GHC _TOP)/compiler}}}, you can use250 When you are in {{{$(GHC_TOP)/compiler}}}, you can use 251 251 "{{{make tags}}}" to make a TAGS file for emacs. That uses the utility 252 {{{$(GHC _TOP)/ghc/utils/hasktags/hasktags}}}, so you need to make that first.253 The most convenient way to do this is by going {{{make boot}}} in {{{$(GHC _TOP)/ghc}}}.252 {{{$(GHC_TOP)/ghc/utils/hasktags/hasktags}}}, so you need to make that first. 253 The most convenient way to do this is by going {{{make boot}}} in {{{$(GHC_TOP)/ghc}}}. 254 254 The {{{make tags}}} command also uses {{{etags}}}, which comes with {{{emacs}}}, 255 255 so you will need to add {{{emacs/bin}}} to your {{{PATH}}}. … … 258 258 GHC. 259 259 * Finally, check out a copy of GHC sources from 260 the darcs repository, following the instructions at [http://hackage.haskell.org/trac/ghc/wiki/G hcDarcs].260 the darcs repository, following the instructions at [http://hackage.haskell.org/trac/ghc/wiki/GettingTheSources]. 261 261 262 262 == Building GHC ==
