Changes between Version 42 and Version 43 of WikiStart
- Timestamp:
- 04/06/09 22:19:31 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v42 v43 1 1 = GenI realiser = 2 2 3 The latest GenI release is 0.17.3. 3 == Downloading GenI == 4 5 The latest GenI release is 0.17.4. 6 Tarballs are available on [http://hackage.haskell.org/packages/GenI GenI's hackage entry] 7 8 The darcs version is available via 9 {{{ 10 darcs get --lazy http://code.haskell.org/GenI 11 }}} 12 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. 13 14 == Installing GenI == 4 15 5 16 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 17 7 == Step I: Install the non-graphical interface==18 === Step 1: Install the non-graphical interface === 8 19 9 20 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) … … 16 27 * {{{geni --unit-test}}} 17 28 * {{{geni --help}}} for more details 29 * Either retrieve the GenI tarball from hackage or darcs get the latest source 30 * {{{geni -m examples/ej/macros -l examples/ej/lexicon -s examples/ej/suite}}} 31 32 The instructions above assume you want the latest stable version of GenI. If you want to install the darcs version, instead of executing {{{cabal install GenI}}}, you can do {{{cd GenI; cabal install}}} 18 33 19 34 20 == Step Ib: Test with example data == 21 22 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. 23 24 1. 25 {{{ 26 darcs get --lazy http://code.haskell.org/GenI 27 }}} 28 1. {{{geni -m examples/ej/macros -l examples/ej/lexicon -s examples/ej/suite}}} 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}}} 31 32 == Step II: Install with GUI == 35 == Step 2: Install with GUI == 33 36 34 37 Warning, this part can be a little hairy because of the wxHaskell installation process.