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.
 
 
 
 
 
 
Dave Parker 1512c09e30 Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
..
dtds Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
etc Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
ext lpsolve55j makefile fix. 13 years ago
images Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
include Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
lib Addition of new statistical model checking stuff (patch difference between trunk and prism-statmc branch at this revision). 15 years ago
src Slight changes to way version number is stored + possiblity of reading in svn revision. 13 years ago
.classpath Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen. 13 years ago
CHANGELOG.txt Small tweaks in CHANGELOG. 13 years ago
COPYING.txt PRISM trunk layout rearrangement. 20 years ago
Makefile Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
README.txt Corrected/added headers + copyright info. 13 years ago
install.sh Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago

README.txt

======

README
======

This is PRISM (Probabilistic Symbolic Model Checker).

------------
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".

-------------