Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 303 Bytes

DNgin - D Game Engine

To build using DUB run one of these commands:

dub build -ax86_64
dub build -ax86_64 --compiler=ldc2

dub build -ax86_mscoff
dub build -ax86_mscoff --compiler=ldc2

In order to open VisualStudio solution make sure to first execute:

git submodule update --init