Changes between Version 15 and Version 16 of Building/Windows
- Timestamp:
- 06/25/07 03:14:42 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Windows
v15 v16 400 400 Here is a complete, from-scratch, log of all you need to build GHC using 401 401 Cygwin, kindly provided by Claus Reinke. It does not discuss alternative 402 choices, but it gives a single path that works. 402 choices, but it gives a single path that works. Please help us to keep this 403 up to date: if you are using newer versions, let us know whether you succeed 404 or run into issues while following this log. 405 403 406 {{{ 404 407 - Install some editor (vim, emacs, whatever) … … 437 440 (Start->Control Panel->System->Advanced->Environment Variables) 438 441 442 - Get and install binary release of darcs 443 ; (http://zooko.com/darcs/darcsdir-cygwin-1.0.7.tar.bz2) 444 445 - In the following, shell commands are entered in cygwin bash 446 439 447 - Get darcs version of ghc 440 ; also, subscribe to cvs-all@haskell.org, or follow the mailing list 441 ; archive, in case you checkout a version with problems 442 ; http://www.haskell.org//pipermail/cvs-all/ 448 ; also, subscribe to cvs-ghc@haskell.org, and possibly 449 ; to cvs-libraries@haskell.org, or follow the mailing list 450 ; archives, in case you checkout a version with problems 451 ; http://www.haskell.org/mailman/listinfo/cvs-ghc/ 452 ; http://www.haskell.org/mailman/listinfo/cvs-libraries/ 453 443 454 - mkdir c:/ghc-build; cd c:/ghc-build 444 455 ; (or whereever you want your darcs tree to be)
