From c8aa277c54e8772a4be4eeeaa600deeb420e2fef Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 6 Feb 2015 19:53:34 +0100 Subject: [PATCH] specify dmd version to build at least 2.065 does not build the project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c60ed28..70bcc7b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Build and run with DUB: git clone https://github.com/buggins/dlangide.git cd dlangide dub run + +Needs DMD 2.066.1 to build. HINT: Try to open sample project Tetris, from workspaces/tetris with DlangIDE.