Changes between Version 10 and Version 11 of ccpn
- Timestamp:
- Feb 2, 2019, 11:51:53 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v10 v11 19 19 == Installation == 20 20 21 The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` and the `ccpn` binary.21 The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` plugin, as well as the CCPN simulator (includes the KiCS2 compiler). 22 22 23 23 === Renew === … … 25 25 This package contains a precompiled version of Renew and the required plugins. To generate the startup scripts for Renew run the `installrenew`/`installrenew.bat` script in `bin/unix` or`bin/win`. 26 26 27 === CCPN ===27 === CCPN Simulator === 28 28 29 The `ccpn` binaryhas to be compiled manually. The setup script requires Git to check out the ccpn tool and its dependencies. The script uses the Haskell tool [https://haskellstack.org Stack) to download and compile all required dependencies. Stack is automatically installed if it is not already available.29 The CCPN simulator has to be compiled manually. The setup script requires Git to check out the ccpn tool and its dependencies. The script uses the Haskell tool [https://haskellstack.org Stack) to download and compile all required dependencies. Stack is automatically installed if it is not already available. 30 30 31 To compile ccpnand all its dependencies run:31 To compile the CCPN simulator and all its dependencies run: 32 32 33 33 {{{