Changes between Version 40 and Version 41 of WikiStart
- Timestamp:
- 04/06/09 22:13:59 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v40 v41 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 == Installing without GUI==7 == Step 1: 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) … … 15 15 1. make sure it works 16 16 * {{{geni --unit-test}}} 17 * {{{geni -m examples/ej/macros -l examples/ej/lexicon -s examples/ej/suite}}}18 17 * {{{geni --help}}} for more details 19 18 20 == Installing with GUI == 19 20 == Step 1b: 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 darcs get --lazy http://code.haskell.org/GenI 26 }}} 27 1. {{{geni -m examples/ej/macros -l examples/ej/lexicon -s examples/ej/suite}}} 28 29 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 == Step 2: Install with GUI == 32 33 Warning, this part can be a little hairy because of the wxHaskell installation process. 21 34 22 35 1. Please make sure you can install GenI without the GUI first. … … 39 52 * Contact us on the MailingList if you need extra help. 40 53 41 == Bleeding-edge GenI ==42 43 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client.44 45 {{{46 darcs get --lazy http://code.haskell.org/GenI47 }}}48 49 50 The instructions are the same as above, except that instead of invoking {{{cabal install GenI}}}, you invoke {{{cd GenI; cabal install}}} passing in the relevant flags.51 52 54 == Documentation == 53 55