Changes between Version 41 and Version 42 of WikiStart
- Timestamp:
- 04/06/09 22:14:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v41 v42 5 5 GenI can be installed either with or without a GUI. ''We strongly recommend doing the installation in two phases, first without the GUI and second with''. The GUI can be a bit tricky to install, so this two-phase approach should at least get you up and running with a console version fairly quickly. 6 6 7 == Step 1: Install the non-graphical interface ==7 == Step I: Install the non-graphical interface == 8 8 9 9 1. Install GHC 6.8.3 binary from [http://www.haskell.org/ghc/ GHC site] (should work with any GHC 6.8.x and GHC 6.10.x) … … 18 18 19 19 20 == Step 1b: Test with example data ==20 == Step Ib: Test with example data == 21 21 22 22 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. 23 23 24 1. {{{ 24 1. 25 {{{ 25 26 darcs get --lazy http://code.haskell.org/GenI 26 27 }}} … … 29 30 Note that if you ever need to install the darcs version of GenI, you should be able to do so by cd'ing into the GenI directory and invoking {{{cabal install}}} 30 31 31 == Step 2: Install with GUI ==32 == Step II: Install with GUI == 32 33 33 34 Warning, this part can be a little hairy because of the wxHaskell installation process.