Download and install the Python interpreter available here (Python-2.2.1.exe).
By default the Python interpreter is installed in directory "c:\Python22".
Warning: Under certain conditions a reboot of the system may be necessary
in this step.
Download and install the PyGTK wrapper provided here (PyGtk-1.99.11-libglade.win32.exe).
If during the installation one or more error messages concerning the registry's
key have popped up, simply ignore them and continue the installation.
Create a directory called 'gtk' and unpack into
it the GTK libraries provided here (gtk2_libraries-win32.zip).
In the following, we assume that the 'gtk' directory is created in "c:\".
Warning: be careful when unzipping the archive to keep the original path
of all files which are stored into the archive.
Create a directory called 'gnusmv' and unpack into it the NuSMV
GUI archive provided at <http://nusmv.irst.itc.it/courses/esslli02/gnusmv/gnusmv-win32.zip>.
In the following, we assume that the 'gnusmv' directory is created in "c:\".
Warning: again, be careful when unzipping the archive to keep the original
path of all files which are stored into the archive.
Customize file 'gnusmv.bat' (in the 'gnusmv'
directory). (Notice that if the suggested directories have been used during
the installation, then the file needs no changes.)
set PYTHON_DIR=c:\python22
set GTK_DIR=c:\gtk
set GNUSMV_DIR=c:\gnusmv
Execute file gnusmv.bat in order to run the NuSMV GUI.