| 35 | | |
| 36 | | # hard way: elsewhere |
| 37 | | ./configure --enable-unicode |
| 38 | | make |
| 39 | | make install |
| 40 | | }}} |
| 41 | | 1. Install wxcore by hand |
| 42 | | * http://hackage.haskell.org/packages/archive/wxcore/0.11.1.2/wxcore-0.11.1.2.tar.gz |
| 43 | | * {{{runhaskell Setup configure; runhaskell Setup build; sudo runhaskell Setup install}}} |
| 44 | | 1. {{{cabal install GenI --f=gui}}} |
| | 35 | }}} |
| | 36 | * MacOS X (Leopard), either from source tarball ({{{--enable-unicode}}}) or via MacPorts |
| | 37 | * Elsewhere: grab a source tarball from the wxWidgets site. Don't forget to {{{configure --enable-unicode}}} |
| | 38 | 1. Install wxHaskell (2009-09-29) |
| | 39 | {{{ |
| | 40 | git clone git://github.com/kowey/wxcore |
| | 41 | darcs get http://code.haskell.org/wxhaskell |
| | 42 | cd wxcore |
| | 43 | cabal install |
| | 44 | cd .. |
| | 45 | cd wxhaskell/wx |
| | 46 | cabal install |
| | 47 | }}} |
| | 48 | 1. {{{cabal install GenI --f=gui --reinstall}}} |