mirror of https://github.com/buggins/dlangide.git
specify dmd version to build
at least 2.065 does not build the project
This commit is contained in:
parent
1278b1c0e8
commit
c8aa277c54
|
@ -24,6 +24,8 @@ Build and run with DUB:
|
||||||
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.
|
||||||
|
|
||||||
To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and its dependencies.
|
To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and its dependencies.
|
||||||
|
|
Loading…
Reference in New Issue