Changes between Version 10 and Version 11 of ccpn


Ignore:
Timestamp:
Feb 2, 2019, 11:51:53 PM (7 years ago)
Author:
9simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ccpn

    v10 v11  
    1919== Installation ==
    2020
    21 The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` and the `ccpn` binary.
     21The CCPN tool set requires two components, Renew with the `CurryCPN` and the `RefNetReachabilityGraph` plugin, as well as the CCPN simulator (includes the KiCS2 compiler).
    2222
    2323=== Renew ===
     
    2525This 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`.
    2626
    27 === CCPN ===
     27=== CCPN Simulator ===
    2828
    29 The `ccpn` binary 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.
     29The 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.
    3030
    31 To compile ccpn and all its dependencies run:
     31To compile the CCPN simulator and all its dependencies run:
    3232
    3333{{{