Skip to content
Vadim Lopatin edited this page Jun 3, 2016 · 2 revisions

Reporting bugs and submitting and feature requests

Development environment setup

For Windows, install MS Visual Studio (e.g. Community 2013) + VisualD plugin

Install GIT, DUB, DMD.

For Linux and OSX, install MonoDevelop + Mono-D plugin.

For Linux / OSX, additionally install libSDL2 and X11 development packages.

Create some folder to place sources, e.g. ~/src/d/

Clone DlangUI and DlangIDE repositories into source folder

    git clone --recursive https://github.com/buggins/dlangui.git
    git clone --recursive https://github.com/buggins/dlangide.git

Windows: open solution file with Visual-D

    dlangui/dlangui-msvc.sln

Linux: open solution file with Mono-D

    dlangide/dlangide-monod-linux.sln

OSX: open solution file with Mono-D

    dlangide/dlangide-monod-osx.sln

Choose dlangide as startap project.

Coding style

https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md