From f1bd49bd48c1e159507c4c8ab921823d64886bbb Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 11 Mar 2011 19:50:39 +0100 Subject: [PATCH] enhanced .gitignore, added giflib hint to install.txt --- .gitignore | 7 +++++++ INSTALL.txt | 2 ++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 90a5f0f..ac15fee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ *.o *~ +ressources/Makefile +Makefile +config.log +config.status +src/.deps/ +src/.deps/* +src/Makefile diff --git a/INSTALL.txt b/INSTALL.txt index fc83838..c2c071e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -6,6 +6,7 @@ The other requirements depend of your OS : You need to have installed libSDL version >= 1.2 libSDL_mixer >= 1.2 + giflib # WINDOWS These Dlls have to be in the .exe directory (they should have been distributed with it) : @@ -18,6 +19,7 @@ COMPILATION - wxwidgets version >= 2.8.9 installed - libSDL version >= 1.2 - libSDL_mixer >= 1.2 + - giflib-devel # Cross Compilation From Linux to windows You will need (approximatively, i don't remember everything) - All the above linux required library but compiled for windows -- 2.11.4.GIT