Changes between Version 26 and Version 27 of WikiStart
- Timestamp:
- 04/05/09 18:01:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v26 v27 21 21 22 22 1. Make sure you can install GenI without the GUI 23 1. Install wxWidgets 2.6 and graphviz (note: if you want to try wx-0.11, you'll need wxWidgets 2.8) 24 1. Install wxcore and wx 0.10.3 by hand (I would be very interested to know if wx-0.11 works for people) 23 1. Install wxWidgets 2.6 and graphviz 24 * '''Note''' - either use 25 * wxWidgets 2.6 with wxhaskell 0.10.3 OR 26 * wxWidgets 2.8 with wxhaskell 0.11 27 1. Install wxcore and wx 0.10.3 by hand 25 28 * http://hackage.haskell.org/packages/archive/wxcore/0.10.3/wxcore-0.10.3.tar.gz 26 29 * http://hackage.haskell.org/packages/archive/wx/0.10.3/wx-0.10.3.tar.gz 27 30 * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} 28 1. {{{cd GenI; cabal clean; cabal install}}} 31 * wx 0.11 appears to work for some people... if you can get that working, even better! 32 1. {{{cd GenI; cabal clean; cabal configure -fgui; cabal build; cabal install}}} 29 33 1. On MacOS X: 30 34 * {{{cd ~/.cabal/bin; macosx-app geni}}}