Updated Eclipse installation instructions.

This commit is contained in:
Achim D. Brucker 2018-10-29 12:21:39 +00:00
parent 6a11a14b73
commit 72d399bfe1
1 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,10 @@
* JavaScript Development Tools (JSDT)
* Gradle Integration (Buildship)
* From the [Scala IDE Update Site](http://scala-ide.org/download/current.html)
* [Scala IDE and Scalatest Runner (the latter is optional)](http://download.scala-ide.org/sdk/lithium/e44/scala211/stable/site)
* [Scala IDE and Scalatest Runner (the latter is optional)](http://download.scala-ide.org/sdk/lithium/e47/scala212/stable/site)
If you install the [Eclipse for Java EE Developers](http://www.eclipse.org/downloads/packages/release/2018-09/r/eclipse-ide-java-ee-developers),
you should get a version that includes already PDE, JSDT, and Buildship. Thus, you only need
to add the Scala IDE.
* The native libraries and the JNI packages for [CVC3](http://cs.nyu.edu/acsys/cvc3/).
On a Debian-based Linux system, you need to install the package `libcvc3-5-jni`.
@ -74,6 +77,7 @@ using `File -> Import -> Gradle -> Existing Gradle Projects`:
2. Import all offered projects
## Team
Main contact: [Achim D. Brucker](http://www.brucker.ch/)