Changes between Version 25 and Version 26 of ccpn
- Timestamp:
- Feb 3, 2019, 5:41:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v25 v26 14 14 == Prerequisites == 15 15 16 Installation for the CCPN tools is supported for Linux and macOS and requiers: 17 16 18 - Java Runtime Environment in Version 9 or later 17 19 - [https://git-scm.com/downloads Git] 18 - Bourne shell (`sh`, the standard Unix shell, can be installed as [https://stackoverflow.com/a/37478310 part of Git for Windows])19 20 20 21 == Installation == … … 24 25 === Renew === 25 26 26 This package contains a precompiled version of Renew and the required plugins. To generate the startup scripts for Renew run the `bin/unix/installrenew` or the `bin/win/installrenew.bat`script.27 This package contains a precompiled version of Renew and the required plugins. To generate the startup scripts for Renew run the `bin/unix/installrenew` script. 27 28 28 29 === CCPN Simulator === … … 40 41 == Usage == 41 42 42 To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix` or `bin/win`.43 To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix`. 43 44 44 45 You can find the example CCPN from the ''Tools for Curry-Coloured Petri Nets'' paper in `examples/word.rnw`. … … 54 55 In the generated graph, a graphical representation of a marking is opened by double-clicking it. 55 56 57 The `doc` directory contains the general Renew manual for version 2.5. This package contains version 2.6dev, so there are some small differences. Most noticeable is the requirement for Java 9 for this version of Renew. 58 56 59 === As a Haskell Library === 57 60