summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-03-09 19:43:31 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-03-09 19:43:31 -0400
commit04c168c15d367db6d455ad7c9489fcf2d86b3fac (patch)
treef2f6f830f4b7f1a64ca49fbd72ad3fe3532c7437
parenta6397c86efde46a1c646273df698363734c4a891 (diff)
Remove mentions of FTGL.
* README.org: Remove FTGL from dependencies list. * INSTALL.org: Remove FTGL installation instructions.
-rw-r--r--INSTALL.org12
-rw-r--r--README.org1
2 files changed, 1 insertions, 12 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.
diff --git a/README.org b/README.org
index fd4352c..d813972 100644
--- a/README.org
+++ b/README.org
@@ -319,7 +319,6 @@
- [[https://www.gnu.org/software/guile-sdl/index.html][guile-sdl]] >= 0.5.0
- SDL 1.2
- FreeImage >= 3.0
- - FTGL >= 2.1
** License