diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-03-09 19:43:31 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-03-09 19:43:31 -0400 |
commit | 04c168c15d367db6d455ad7c9489fcf2d86b3fac (patch) | |
tree | f2f6f830f4b7f1a64ca49fbd72ad3fe3532c7437 | |
parent | a6397c86efde46a1c646273df698363734c4a891 (diff) |
Remove mentions of FTGL.
* README.org: Remove FTGL from dependencies list.
* INSTALL.org: Remove FTGL installation instructions.
-rw-r--r-- | INSTALL.org | 12 | ||||
-rw-r--r-- | README.org | 1 |
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. @@ -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 |