Skip to content

Commit 6fe84c0

Browse files
committed
Update readme with instructions for Eclipse
1 parent 80209dd commit 6fe84c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ The tests (`sbt test`) don''t work yet.
1818
Notes:
1919
* You will need the Scala IDE for 2.11.0-M7
2020
* There are 2 spurious version incompatibility warnings
21+
* To run dotty in Eclipse:
22+
* Navigate to `dotty.tools.dotc.Main`
23+
* Run As ... > Scala Application
24+
* then go to Run Configurations > Main$ > Classpath > Bootstrap entries:
25+
* add the Scala library (Advanced... > Add library ... > Scala library)
26+
* add the dotty classfiles (Add projects... > [x] dotty)

0 commit comments

Comments
 (0)