Downloads

Source code

To be able to build the source code you need the following programs:

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