summaryrefslogtreecommitdiff
path: root/INSTALL.org
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.org')
-rw-r--r--INSTALL.org12
1 files changed, 1 insertions, 11 deletions
diff --git a/INSTALL.org b/INSTALL.org
index e51f52e..ca0d327 100644
--- a/INSTALL.org
+++ b/INSTALL.org
@@ -29,7 +29,7 @@
*Debian*
#+BEGIN_SRC sh
- sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
+ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
#+END_SRC
*** Freeimage
@@ -43,16 +43,6 @@
sudo apt-get install libfreeimage-dev
#+END_SRC
-*** FTGL
-
- FTGL renders fonts in OpenGL using the Freetype2 library.
-
- *Debian*
-
- #+BEGIN_SRC sh
- sudo apt-get install libftgl-dev
- #+END_SRC
-
*** guile-sdl
guile-sdl is the GNU Guile wrapper for SDL.