Getting SPatt

Licence

SPatt is distributed under the GPL 3.0 licence.

Requirements

In order to build SPatt you need the following elements on your system:

Downloading SPatt

Versions of SPatt:

Building SPatt

Open a shell in the location where you have downloaded the package and copy/paste the following commands:

tar zxvf spatt-2.1.tar.gz
cd spatt-2.1
mkdir build
cd build
cmake ..
make

the binary version of SPatt is now located in spatt-2.1/build/src/ you can use it directly and/or copy it in the appropriate location on your file system.

What next ?

You are now ready to proceed to the Tutorial section.

Last edited 01/13/2012