Browse Source

minor changes in readme and build info

tempestpy_adaptions
sjunges 8 years ago
parent
commit
7749127db3
  1. 12
      README.md
  2. 4
      doc/build.md

12
README.md

@ -7,15 +7,16 @@ For more instructions, check out the documentation found in [Getting Started](do
Benchmarks
----------------------------
Some examples can be found in the example folder:
Further example input files for storm can be found in the following repositories:
Example input files for storm can be obtained from
https://github.com/moves-rwth/storm-examples.
Running make example-files automatically obtains these files.
Further examples and benchmarks found in the following repositories:
* **Prism files** (DTMC, MDP, CTMC):
http://www.prismmodelchecker.org/benchmarks/
* **Jani files** (DTMC, MDP, CTMC, MA):
http://jani-spec.org/
* MRMC style **tra** files:
(private, contact: dehnert@cs.rwth-aachen.d)
* **GSPN**s:
(private, contact: sebastian.junges@cs.rwth-aachen.de)
* **DFT**s:
@ -26,7 +27,7 @@ https://github.com/moves-rwth/dft-examples
Authors
-----------------------------
Storm has been developed at RWTH Aachen University
Storm has been developed at RWTH Aachen University.
###### Principal developers
* Christian Dehnert
@ -42,6 +43,7 @@ Storm has been developed at RWTH Aachen University
###### Contributors (lexicographical order)
* Dimitri Bohlender
* Harold Bruintjes
* Michael Deutschen
* Thomas Heinemann
* Thomas Henn
* Tom Janson

4
doc/build.md

@ -2,7 +2,7 @@
## Requirements
CMake >= 2.8.11
CMake >= 3.2
CMake is required as it is used to generate the Makefiles or Projects/Solutions required to build StoRM.
### Compiler:
@ -17,7 +17,7 @@ CMake >= 2.8.11
- GCC versions 4.9.1 and older.
Prerequisites:
Boost >= 1.60
Boost >= 1.61
Build using the Boost Build system, for x64 use "bjam address-model=64" or "bjam.exe address-model=64 --build-type=complete"
## Instructions

Loading…
Cancel
Save