Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 04/02/09 10:25:02 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 7 7 }}} 8 8 9 == Installing ==9 == Installing without GUI == 10 10 11 11 1. Install GHC 6.8.3 binary from GHC site (also works with GHC 6.10.1) 12 12 1. Install cabal-install 13 1. cd GenI; cabal install -f-gui 14 15 == Installing with GUI == 16 17 1. Make sure you can install GenI without the GUI 13 18 1. Install wxWidgets 2.6 and graphviz (note: if you want to try wx-0.11, you'll need wxWidgets 2.8) 14 19 1. Install wxcore and wx 0.10.3 by hand (I would be very interested to know if wx-0.11 works for people) … … 16 21 * http://hackage.haskell.org/packages/archive/wx/0.10.3/wx-0.10.3.tar.gz 17 22 * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} 18 1. cd GenI; cabal install23 1. cd GenI; cabal clean; cabal install 19 24 20 25 == Documentation ==