mirror of https://github.com/buggins/dlangide.git
update readme
This commit is contained in:
parent
7069d5985f
commit
c9eaf3f9bb
11
README.md
11
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
|
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 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
|
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.
|
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
|
Workaround: add --arch=x86_mscoff or --arch=x86_64 to DUB commandline
|
||||||
|
|
Loading…
Reference in New Issue