From c9eaf3f9bbe53a9d242735c48ce4092b508ed57e Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 12 Oct 2017 11:16:36 +0300 Subject: [PATCH] update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c176a16..6e7a133 100644 --- a/README.md +++ b/README.md @@ -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