| Version 23 (modified by kowey, 4 years ago) |
|---|
GenI realiser
Note that this uses the hashed repository format, which requires a darcs 2 client.
darcs get --lazy http://code.haskell.org/GenI
Installing without GUI
- Install GHC 6.8.3 binary from GHC site (also works with GHC 6.10.1)
- Install cabal-install
- cd GenI; cabal install -f-gui
- make sure ${HOME}/.cabal/bin is in your path
- make sure it works
- geni --unit-test
- geni -m examples/ej/macros -l examples/ej/lexicon -s examples/ej/suite
- geni --help for more details
Installing with GUI
- Make sure you can install GenI without the GUI
- Install wxWidgets 2.6 and graphviz (note: if you want to try wx-0.11, you'll need wxWidgets 2.8)
- Install wxcore and wx 0.10.3 by hand (I would be very interested to know if wx-0.11 works for people)
- http://hackage.haskell.org/packages/archive/wxcore/0.10.3/wxcore-0.10.3.tar.gz
- http://hackage.haskell.org/packages/archive/wx/0.10.3/wx-0.10.3.tar.gz
- for each one: runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install
- cd GenI; cabal clean; cabal install
- On MacOS X:
- cd ~/.cabal/bin; macosx-app geni
- make sure ${HOME}/.cabal/bin/geni.app/Contents/MacOS is in your path, before ${HOME}/.cabal/bin
- Contact us on the MailingList? if you need extra help.
Documentation
- FrequentlyAskedQuestions
- Walkthrough
- Manual
- Features
- Old documentation: http://wiki.loria.fr/wiki/GenI (Please help us migrate it to this wiki!)
Community