From 6fe84c0fb18556a1b9538d5dc572323583bf9a2c Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Thu, 23 Jan 2014 23:00:10 +0100 Subject: Update readme with instructions for Eclipse --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'readme.md') 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) -- cgit v1.2.3