Downloads
Source code
To be able to build the source code you need the following programs:
- GHC: the Glasgow Haskell Compiler, version 7.8 or newer.
- GraphViz
- Several haskell libraries. These can be installed with cabal.
On both Linux and Windows the source code can than be built by executing:
sh build.sh
Or if some libraries are installed locally:
sh build.sh --user
This builds both the documentation and the two front ends. To only build the programs pass the --no-doc flag, or build manually with
cabal configure cabal build cabal install