]> gerrit.simantics Code Review - simantics/platform.git/blob - README.md
f5ede656849b70fdece241f396bc880208dd894f
[simantics/platform.git] / README.md
1 ## IDE Setup
2
3 It is recommended to using the latest Eclipse IDEs.
4
5 Two plug-ins need to be installed into the IDE from P2 repositories:
6 1. Eclipse Target Platform Definition DSL and Generator from http://www.simantics.org/update/cbi/tpd/3.0.0-SNAPSHOT/
7    * Please read the detailed installation and basic use instructions
8      from [the tool's website](https://github.com/eclipse-cbi/targetplatform-dsl)
9 2. Simantics Graph Compiler plug-in from http://www.simantics.org/update/utils/
10    * Allows the IDE to compile `<bundle>/graph/*.pgraph` files
11      into `<bundle>/graph.tg` for installation into Simantics database.
12
13 ## Building
14
15 To build the platform, run:
16 mvn package
17
18 or to run unit tests as well:
19 mvn verify
20