aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2014-01-23 23:00:10 +0100
committerVlad Ureche <vlad.ureche@gmail.com>2014-01-23 23:01:59 +0100
commit6fe84c0fb18556a1b9538d5dc572323583bf9a2c (patch)
treedfb0363c41fb0f0561244540cad558f6fdb4f450 /readme.md
parent80209dd9aea9cb922200aefc9b6afc650ba35db8 (diff)
downloaddotty-6fe84c0fb18556a1b9538d5dc572323583bf9a2c.tar.gz
dotty-6fe84c0fb18556a1b9538d5dc572323583bf9a2c.tar.bz2
dotty-6fe84c0fb18556a1b9538d5dc572323583bf9a2c.zip
Update readme with instructions for Eclipse
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 3049604f7..cdc52265c 100644
--- a/readme.md
+++ b/readme.md
@@ -18,3 +18,9 @@ The tests (`sbt test`) don''t work yet.
Notes:
* You will need the Scala IDE for 2.11.0-M7
* There are 2 spurious version incompatibility warnings
+ * To run dotty in Eclipse:
+ * Navigate to `dotty.tools.dotc.Main`
+ * Run As ... > Scala Application
+ * then go to Run Configurations > Main$ > Classpath > Bootstrap entries:
+ * add the Scala library (Advanced... > Add library ... > Scala library)
+ * add the dotty classfiles (Add projects... > [x] dotty)