GenI 0.24 → 0.24.1
raw patch · 2 files changed
+43/−9 lines, 2 filesdep −split
Dependencies removed: split
Files
- GenI.cabal +1/−3
- README.markdown +42/−6
GenI.cabal view
@@ -1,5 +1,5 @@ Name: GenI-Version: 0.24+Version: 0.24.1 License: GPL License-file: LICENSE Author: Carlos Areces and Eric Kow@@ -73,7 +73,6 @@ , ordered == 0.1.* , parsec >= 2 , process > 1- , split >= 0.1.1 && < 0.2 , syb , text , time >= 1.1@@ -146,7 +145,6 @@ , json >= 0.4 && < 0.6 , mtl > 1.0 , process > 1- , split == 0.1.* Test-Suite geni-test Type: exitcode-stdio-1.0
README.markdown view
@@ -8,19 +8,53 @@ # Installing GenI +## Command line interface and server+ (tested on Linux, Windows, and MacOS X) -Install the basic version first+1. Install the [Haskell Platform][haskell-platform]. GenI 0.24 is known+ to build with either haskell-platform-2013.2.0.0 and+ haskell-platform-2012.2.0.0. Other versions may work too. - cabal install+ If you want the graphical interface, and you are on a 64-bit Mac,+ take the 64-bit version of the Haskell Platform. -Try installing the graphical interface+2. Install the basic version first. If you just want the+ last stable release of GenI, - cabal install ./geni-gui+ cabal install GenI geniserver -You may run into some trouble with wxHaskell.-Get in touch if that's the case.+ However, if you want to install the unstable version+ from source, change to the directory this README is in+ and + cabal install . ./geniserver++## Graphical interface++1. Install wxWidgets. If you have a 64-bit Mac, install the Cocoa+ interface. If you use HomeBrew on Mac, `brew install wxmac` should do+ the trick.++ GenI 0.24 has been known to work with wxWidgets 2.9.4 on MacOS X, and+ is expected to work on wxWidgets 2.8.x or wxWidgets 2.9.x on Linux.++2. Install wxHaskell (potentially painful)++ cabal install wx++ If you run into trouble here, you may need to use a development+ version of [wxHaskell][wxHaskell].++3. Install the graphical interface (should be easy if 2 went well)++ cabal install ./geni-gui++4. Try GenI (needs GenI examples files from this repository)++ cd examples/ej+ geni-gui -t trees -l lexicon -s suite+ # Development * [Darcs (MAIN)][geni-darcs] or [Git (mirror)][geni-github]@@ -51,8 +85,10 @@ [API]: http://kowey.github.com/GenI/api-doc [geni-darcs]: http://hub.darcs.net/kowey/GenI [geni-github]: https://github.com/kowey/GenI+[haskell-platform]: http://www.haskell.org/platform/ [homepage]: http://kowey.github.com/GenI [issues]: https://github.com/kowey/GenI/issues [manual]: http://kowey.github.com/GenI/manual [style]: https://github.com/tibbe/haskell-style-guide [wiki]: https://kowey.github.com/GenI/wiki+[wxhaskell]: https://github.com/wxhaskell/wxhaskell