mirror of https://github.com/buggins/dlangide.git
Merge pull request #13 from Extrawurst/patch-1
specify dmd version to build
This commit is contained in:
commit
5b95c5a66f
|
|
@ -23,6 +23,8 @@ Build and run with DUB:
|
||||||
git clone https://github.com/buggins/dlangide.git
|
git clone https://github.com/buggins/dlangide.git
|
||||||
cd dlangide
|
cd dlangide
|
||||||
dub run
|
dub run
|
||||||
|
|
||||||
|
Needs DMD 2.066.1 to build.
|
||||||
|
|
||||||
HINT: Try to open sample project Tetris, from workspaces/tetris with DlangIDE.
|
HINT: Try to open sample project Tetris, from workspaces/tetris with DlangIDE.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue