From 3198d0bdcaa30385e395e1d6f22b5aa6ef67fb35 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 4 Sep 2013 19:18:07 -0400 Subject: Add freeimage installation instructions. --- INSTALL.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'INSTALL.org') diff --git a/INSTALL.org b/INSTALL.org index 20bff78..d2ac6f7 100644 --- a/INSTALL.org +++ b/INSTALL.org @@ -19,6 +19,16 @@ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev #+END_SRC +*** Freeimage + + Freeimage is to used to load textures. + + *Debian* + + #+BEGIN_SRC sh + sudo apt-get install libfreeimage3 + #+END_SRC + *** FTGL FTGL renders fonts in OpenGL using the Freetype2 library. -- cgit v1.2.3