summaryrefslogtreecommitdiff
path: root/src/eclipse/README.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-02-06 12:27:53 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-02-06 12:27:53 -0800
commitc88e2329bddadcd61b065e45a1aa1a0a0a729523 (patch)
treedb07f2b73686080e5977a548b73784d6cc8a82bf /src/eclipse/README.md
parent65599fc2a439c57bd05c9f432a37ce7b6954fc66 (diff)
downloadscala-c88e2329bddadcd61b065e45a1aa1a0a0a729523.tar.gz
scala-c88e2329bddadcd61b065e45a1aa1a0a0a729523.tar.bz2
scala-c88e2329bddadcd61b065e45a1aa1a0a0a729523.zip
IDE setup section
Diffstat (limited to 'src/eclipse/README.md')
-rw-r--r--src/eclipse/README.md23
1 files changed, 2 insertions, 21 deletions
diff --git a/src/eclipse/README.md b/src/eclipse/README.md
index 5311651db5..03c7403b04 100644
--- a/src/eclipse/README.md
+++ b/src/eclipse/README.md
@@ -1,28 +1,9 @@
Eclipse project files
=====================
-The following points describe how to get Scala to run in Eclipse:
+The following points describe how to get Scala to run in Eclipse. Please also take a look at the [excellent tutorial on scala-ide.org](http://scala-ide.org/docs/tutorials/scalac-trunk/index.html).
-0. To get Scala to work inside of Eclipse Kepler it is necessary to build the Scala IDE by your own
-because for the moment there is no update site provided for the newest development version
-of Scala. To do so enter the following commands one after the other:
-
- git clone https://github.com/scala-ide/scala-ide.git
- cd scala-ide
- ./build-all.sh clean install -Pscala-2.11.x -Peclipse-kepler -DskipTests
-
- After that you have an update site in `scala-ide/org.scala-ide.sdt.update-site/target/site`, which needs to be
-installed in Eclipse.
-
-0. The second thing that needs to be done is building Scala in order to get all necessary
-dependencies. To do that simply enter
-
- ant
-
- and wait until it is completed. To verify that everything has been built successfully, execute the REPL that can be found
-at `scala/build/pack/bin/scala`.
-
-0. Import all projects inside of Eclipse by choosing `File/Import Existing Projects`
+0. Import all projects into a [very recent version of Scala IDE for Eclipse](http://scala-ide.org/download/nightly.html) by choosing `File/Import Existing Projects`
and navigate to `scala/src/eclipse`. Check all projects and click ok.
0. You need to define a `path variable` inside Eclipse. Define `SCALA_BASEDIR` in