From 609e5a7b35f063da80e40b199f1d4616d097009e Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 28 Oct 2016 12:52:42 +0000 Subject: [PATCH] .examples git-svn-id: svn://ultimatepp.org/upp/trunk@10376 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/SDLExample/compile.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/SDLExample/compile.txt b/examples/SDLExample/compile.txt index 51c1ba134..a15489998 100644 --- a/examples/SDLExample/compile.txt +++ b/examples/SDLExample/compile.txt @@ -1,6 +1,9 @@ SETUP SDL for Linux. install the SDL 1.2.x package of your distro, dont forget to install the SDL-devel package for headers. +In debian based distros: sudo apt-get install libsdl1.2-dev + + SETUP SDL for windows. download binaries / prebuilt packages for msc and mingw http://www.libsdl.org/download-1.2.php