From 1b78a30bd2da9b57f9c4932c128d635b758e4f4a Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 21 Jan 2014 01:10:39 +0100 Subject: [PATCH] clarified COMPILING --- COMPILING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/COMPILING b/COMPILING index a2a6e3b..c84ca55 100644 --- a/COMPILING +++ b/COMPILING @@ -3,6 +3,11 @@ set up external dependencies: > sudo apt-get install libsdl2-dev > cd deps && ./getDeps.sh && cd .. +NOTE: ubuntu saucy currently only has libsdl2-dev.2.0.0 in the repositories, but we need libsdl2-dev.2.0.1 + Therefore the update-script gets the updated packages for trusty (which have the same dependencies) + and installs them. + PIONEERS WONT RUN WITH VERSION 2.0.0 OF LIBSDL2! + make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH) install dependencies & configure app