summaryrefslogtreecommitdiff
path: root/INSTALL.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-09-04 19:18:07 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-09-04 19:18:07 -0400
commit3198d0bdcaa30385e395e1d6f22b5aa6ef67fb35 (patch)
tree4c22d8409dd384680a6b2f543b020cb7c169d3b6 /INSTALL.org
parent8ec0283c0bf14e91e2d0d969efca500ae01d90f6 (diff)
Add freeimage installation instructions.
Diffstat (limited to 'INSTALL.org')
-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.