Installation

Conjure can be installed either by downloading a binary distribution, or by compiling it from source code.

Downloading a binary

Conjure is available as a binary for most platforms. If it is available for your platform, you can just download it and run it. It may be useful to save the binary under a directory that is in your search PATH, so you do not have to type the full path to the Conjure executable to run it.

TODO: link to executables will come here.

Compiling from source

In order to compile Conjure on your computer, please download the source code from GitHub.

Conjure is implemented in Haskell, it can be compiled using the commonly available cabal tool.

git clone git@github.com:conjure-cp/conjure.git
cd conjure
make install

It is known to work with GHC-7.8.4 and GHC-7.10.3.

Installing Savile Row

Since Conjure works by generating an Essence’ model, Savile Row is a vital tool when using it. Savile Row can be downloaded from its website.