Projects



Changes between Version 25 and Version 26 of ccpn


Ignore:
Timestamp:
Feb 3, 2019, 5:41:26 PM (6 years ago)
Author:
haustermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ccpn

    v25 v26  
    1414== Prerequisites ==
    1515
     16Installation for the CCPN tools is supported for Linux and macOS and requiers:
     17
    1618- Java Runtime Environment in Version 9 or later
    1719- [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])
    1920
    2021== Installation ==
     
    2425=== Renew ===
    2526
    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.
     27This package contains a precompiled version of Renew and the required plugins. To generate the startup scripts for Renew run the `bin/unix/installrenew` script.
    2728
    2829=== CCPN Simulator ===
     
    4041== Usage ==
    4142
    42 To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix` or `bin/win`.
     43To start Renew with the CurryCPN plugin use the generated `loadrenew` script in `bin/unix`.
    4344
    4445You can find the example CCPN from the ''Tools for Curry-Coloured Petri Nets'' paper in `examples/word.rnw`.
     
    5455In the generated graph, a graphical representation of a marking is opened by double-clicking it.
    5556
     57The `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
    5659=== As a Haskell Library ===
    5760