You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gethin Norman 5b48be904c fixes to zeroconf 17 years ago
..
dtds Move images/dtds out of classes directory (is a pain in Eclipse). 19 years ago
etc Tweaks to Eclipse Java formatting defn. 17 years ago
images Unix2dos. 18 years ago
include Re-arrangement of PrismUtils stuff (split of native and non-native code). 17 years ago
lib update to JFreeChart 1.0.11 17 years ago
src Bug fix in approximate model checking of time-bounded until properties. 17 years ago
CHANGELOG.txt CHANGELOG. 17 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Attempted detection of 64-bit (Java) on Macs. 17 years ago
README.txt Pre-3.3-release stuff. 17 years ago
VERSIONS.txt Pre-3.3-release stuff. 17 years ago
install.sh Fixed install script for case with spaces in PRISM path. 18 years ago
nsis_script.nsi Updated more email addresses, affiliations, etc. 18 years ago

README.txt

======

README
======

This is PRISM (Probabilistic Symbolic Model Checker), version 3.3.

------------
INSTALLATION
------------

For detailed installation instructions, check the online manual at:

http://www.prismmodelchecker.org/manual/InstallingPRISM/Instructions

or see the local copies included in this distribution:

doc/manual/InstallingPRISM/Instructions.html
doc/manual.pdf

Very abbreviated instructions for installing/running PRISM are as follows:

For Windows binary distributions:

- to install, run prism-XXX-win-installer.exe
- to run, use Desktop/Start menu shortcuts or double-click bin\xprism.bat

For other binary distributions:

- to install, enter the PRISM directory, type "./install.sh"
- to run, execute bin/xprism or bin/prism

For source code distributions:

- enter the PRISM directory and type "make"
- to run, execute bin/xprism or bin/prism

If you have problems check the manual, especially the section "Common Problems And Questions".