update description, DUB properties to copy res directory, add SDL2 dll for windows

This commit is contained in:
Vadim Lopatin 2014-12-17 09:42:11 +03:00
parent b176e2b7b7
commit 524b477faf
3 changed files with 11 additions and 2 deletions

View File

@ -3,8 +3,13 @@ Dlang IDE
Trying to write D language IDE using dlangUI library.
Use DUB to build and run it.
Build and run with DUB:
git clone git@github.com:buggins/dlangide.git
cd dlang ide
dub run
To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies.
To run, it needs FreeImage.dll and directory /res in the same directory as executable.

View File

@ -16,7 +16,11 @@
],
"copyFiles-windows": [
"lib/FreeImage.dll",
"lib/FreeImage.dll"
],
"copyFiles": [
"res"
],
"mainSourceFile": "src/app.d",

BIN
lib/SDL2.dll Normal file

Binary file not shown.