|
The
tool can be downloaded as a tar.gz file from the web page. It
needs JDK 1.4.2 (or later) version.
Unzip
and untar the downloaded file.
tar xvfz gamechecker.tar.gz
Enter
the gamechecker directory and run the tool.
java -jar gamechecker.jar
or
./gamechecker
The
tool also requires the FDR model checker to operate correctly.
Note that in order for our tool to use FDR, the
executable for FDR must be in your current
path.
FDR
is a product by Formal Systems (Europe) Ltd. It can be downloaded
without charge for academic use from their web page http://www.fsel.com.
It is available for several architectures and operating systems. |