Changes between Version 32 and Version 33 of WikiStart
- Timestamp:
- 04/06/09 08:07:37 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v32 v33 1 1 = GenI realiser = 2 3 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client.4 5 {{{6 darcs get --lazy http://code.haskell.org/GenI7 }}}8 2 9 3 == Installing without GUI == … … 11 5 1. Install GHC 6.8.x binary from GHC site (also known to work with GHC 6.10.1) 12 6 1. Install cabal-install 13 1. {{{cd GenI; cabal install --flags="-gui"}}} 7 1. {{{cabal update}}} 8 1. {{{cabal install cabal-install}}} 9 1. {{{cabal install GenI --flags="-gui"}}} 14 10 1. make sure ${HOME}/.cabal/bin is in your path 15 11 1. make sure it works … … 32 28 * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} 33 29 * wx 0.11 appears to work for some people... if you can get that working, even better! 34 1. {{{c d GenI; cabal install--flags=gui}}}30 1. {{{cabal install GenI --flags=gui}}} 35 31 1. On MacOS X: 36 32 * {{{cd ~/.cabal/bin; macosx-app geni}}} 37 33 * make sure ${HOME}/.cabal/bin/geni.app/Contents/MacOS is in your path, before ${HOME}/.cabal/bin 38 34 * Contact us on the MailingList if you need extra help. 35 36 == Bleeding-edge GenI == 37 38 Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. 39 40 {{{ 41 darcs get --lazy http://code.haskell.org/GenI 42 }}} 43 44 45 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. 39 46 40 47 == Documentation ==