Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- 04/06/09 11:09:14 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 23 23 * If you do not succeed at installing without the GUI, '''stop''' and ask for help! 24 24 * Doing so will help us to refine our install instructions, and most importantly save you a lot of time! 25 1. Install wxWidgets 2.6 and graphviz 25 1. Install graphviz 26 1. Install wxWidgets 2.6 (or maybe wxWidgets 2.8) 26 27 * '''Note''' - either use 27 28 * wxWidgets 2.6 with wxhaskell 0.10.3 OR 28 * wxWidgets 2.8 with wxhaskell 0.11 29 * wxWidgets 2.8 with wxhaskell 0.11 (don't mix versions) 29 30 1. Install wxcore and wx 0.10.3 by hand 30 31 * http://hackage.haskell.org/packages/archive/wxcore/0.10.3/wxcore-0.10.3.tar.gz 31 32 * http://hackage.haskell.org/packages/archive/wx/0.10.3/wx-0.10.3.tar.gz 32 33 * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} 33 * w x 0.11 appears to work for some people... if you can get that working, even better!34 * while wx 0.10.3 is the last known working version, wx 0.11 appears to work for some people... if you can get that working, even better! 34 35 1. {{{cabal install GenI --flags=gui}}} 35 36 1. On MacOS X: