| | 3 | Note that this uses the hashed repository format, which requires a [http://darcs.net darcs] 2 client. |
| | 4 | |
| | 5 | {{{ |
| | 6 | darcs get http://code.haskell.org/GenI |
| | 7 | }}} |
| | 8 | |
| | 9 | == Installing == |
| | 10 | |
| | 11 | 1. Install GHC 6.8.3 binary from GHC site (also works with GHC 6.10.1) |
| | 12 | 1. Install cabal-install 0.5.2 |
| | 13 | 1. Install wxWidgets 2.6 and graphviz |
| | 14 | 1. Install wxcore and wx 0.10.3 by hand (unfortunatelty I had a rough time with 0.10.5 and wxWidgets 2.8... maybe a later version will "just work") |
| | 15 | * http://hackage.haskell.org/packages/archive/wxcore/0.10.3/wxcore-0.10.3.tar.gz |
| | 16 | * http://hackage.haskell.org/packages/archive/wx/0.10.3/wx-0.10.3.tar.gz |
| | 17 | * for each one: {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} |
| | 18 | 1. cabal install GenI |
| | 19 | |
| | 20 | == Documentation == |
| | 21 | |