From dee629acf017d4624daa7889d163e00fc2a9e335 Mon Sep 17 00:00:00 2001 From: def Date: Wed, 4 May 2016 01:22:38 +0200 Subject: [PATCH] SDL2 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e55399f..11d1c81f9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To compile DDNet yourself, you can follow the [instructions for compiling Teewor DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86_64). Instead you can install these libraries on your system, remove the `config.lua` and `bam` should use the system-wide libraries by default. You can install all required dependencies on Debian and Ubuntu like this: - apt-get install libsdl1.2-dev libfreetype6-dev libcurl4-openssl-dev libogg-dev libopus-dev libopusfile-dev + apt-get install libsdl2-2.0-dev libfreetype6-dev libcurl4-openssl-dev libogg-dev libopus-dev libopusfile-dev If you have the libraries installed, but still want to use the bundled ones instead, you can specify so by running `bam config curl.use_pkgconfig=false opus.use_pkgconfig=false opusfile.use_pkgconfig=false ogg.use_pkgconfig=false`.