- Install spin using instructions here
- Download jspin and unzip it.
- Get Graphviz (dot) by typing on console:
sudo apt install dot - Unzip jspin and then edit
config.cfg - Replace attribute of executables needed.
-
Original
SPIN=bin\\spin.exe -
Replace with:
SPIN=/usr/bin/spin -
Original
SPIN=bin\\dot.exe -
Replace with:
SPIN=/usr/bin/dot
- Save changes on
config.cfg. - Open JSpin and enjoy your model checking!
- You can find out where is located spin/dot with
whichcommand - You can find files and further info here