tar -xjf petri-foo-0.1.4.tar.bz2
cd petri-foo-0.1.4
cmake .
make

to run without installation:
gui/petri-foo

to install:
make install


