update readme

This commit is contained in:
Vadim Lopatin 2017-10-12 11:16:36 +03:00
parent 7069d5985f
commit c9eaf3f9bb
1 changed files with 10 additions and 1 deletions

View File

@ -63,10 +63,19 @@ Simple way to try it (you will need some D compiler and DUB utility):
dub fetch dlangide && dub run --build=release dlangide
On Linux and OSX you will need to install libSDL2, which is used as a default backend.
On Linux it's usually already installed. On OSX, use homebrew or some other package manager to install it.
On OSX, use homebrew or some other package manager to install it.
brew install sdl2
On Linux it's usually already installed. If not, for debian/ubuntu use:
sudo apt-get install libsdl2-dev
For RPM based distributions:
sudo yum install SDL2-devel
Recent builds with dmd under windows have issues with crash in OPTILINK linker from DMD.
Workaround: add --arch=x86_mscoff or --arch=x86_64 to DUB commandline