Changes between Version 51 and Version 52 of WikiStart
- Timestamp:
- 07/02/09 17:32:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v51 v52 42 42 * Doing so will help us to refine our install instructions, and most importantly save you a lot of time! 43 43 1. Install graphviz 44 1. Install wxWidgets 2.6 (see notice below) 45 * '''Note''' - either use 46 * wxWidgets 2.6 with wxhaskell 0.10.3 OR 47 * wxWidgets 2.8 with wxhaskell 0.11 (don't mix versions) 48 '''unicode support must be activated when you install wxWidgets''', that is you must install them via: 44 1. Install wxWidgets 2.8 49 45 {{{ 50 46 ./configure --enable-unicode … … 52 48 make install 53 49 }}} 54 1. Install wxcore and wx 0.1 0.3by hand55 * http://hackage.haskell.org/packages/archive/wxcore/0.1 0.3/wxcore-0.10.3.tar.gz56 * http://hackage.haskell.org/packages/archive/wx/0.1 0.3/wx-0.10.3.tar.gz50 1. Install wxcore and wx 0.11.1.2 by hand 51 * http://hackage.haskell.org/packages/archive/wxcore/0.11.1.2/wxcore-0.11.1.2.tar.gz 52 * http://hackage.haskell.org/packages/archive/wx/0.11.1.2/wx-0.11.1.2.tar.gz 57 53 * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} 58 * 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!59 54 1. {{{cabal install GenI --flags=gui}}} 60 55 1. On MacOS X: