summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.org10
1 files changed, 10 insertions, 0 deletions
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.