diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-09-04 19:18:07 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-09-04 19:18:07 -0400 |
commit | 3198d0bdcaa30385e395e1d6f22b5aa6ef67fb35 (patch) | |
tree | 4c22d8409dd384680a6b2f543b020cb7c169d3b6 | |
parent | 8ec0283c0bf14e91e2d0d969efca500ae01d90f6 (diff) |
Add freeimage installation instructions.
-rw-r--r-- | INSTALL.org | 10 |
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. |