X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=README.md;h=f5ede656849b70fdece241f396bc880208dd894f;hp=d0d9155e4986c2543d45ffc9f0ef8e31fd55e87d;hb=b239916046f11bd0c9477db0d59d59abeee45984;hpb=ad8d06d08e3509cc6f55266c9fcfb4287a290ffb diff --git a/README.md b/README.md index d0d9155e4..f5ede6568 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ +## IDE Setup + +It is recommended to using the latest Eclipse IDEs. + +Two plug-ins need to be installed into the IDE from P2 repositories: +1. Eclipse Target Platform Definition DSL and Generator from http://www.simantics.org/update/cbi/tpd/3.0.0-SNAPSHOT/ + * Please read the detailed installation and basic use instructions + from [the tool's website](https://github.com/eclipse-cbi/targetplatform-dsl) +2. Simantics Graph Compiler plug-in from http://www.simantics.org/update/utils/ + * Allows the IDE to compile `/graph/*.pgraph` files + into `/graph.tg` for installation into Simantics database. + +## Building + To build the platform, run: -mvn -s settings.xml package +mvn package or to run unit tests as well: -mvn -s settings.xml verify +mvn verify -If you're building the platform inside Eclipse IDE, remember to give -the settings.xml file to the Maven / User Settings preference page -User Settings field.