From: Tuukka Lehtonen Date: Fri, 28 Feb 2020 23:29:02 +0000 (+0200) Subject: Added simple instructions on IDE installation X-Git-Tag: v1.43.0~67 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=fc5cc86258f7095e903036493bdf2104840c5df4 Added simple instructions on IDE installation gitlab #486 --- diff --git a/README.md b/README.md index d0d9155e4..c819359db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +## 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