[SDL] SDLttf 1.0
Hakan Tandogan
hakan42 at gmx.de
Tue Jan 18 09:58:45 PST 2000
Hi,
On Sun, 16 Jan 2000, you wrote:
> SDLttf - a library to use TrueType fonts in SDL applications
> http://www.devolution.com/~slouken/SDL/projects/SDLttf/
It's me again, the guy who can't compile anything out of the box ;-)
freetype, at least of version 1.3, installs its include files into
/usr/include/freetype. I've included a diff against SDL_ttf-1.0.0.
--------------------------------
diff -wbur SDL_ttf-1.0.0.dist/SDL_ttf.h SDL_ttf-1.0.0/SDL_ttf.h
--- SDL_ttf-1.0.0.dist/SDL_ttf.h Fri Oct 8 10:52:30 1999
+++ SDL_ttf-1.0.0/SDL_ttf.h Tue Jan 18 16:42:37 2000
@@ -31,7 +31,7 @@
#define _SDLttf_h
#include "SDL.h"
-#include <freetype.h>
+#include <freetype/freetype.h>
#include "begin_code.h"
--------------------------------
--
Hakan Tandogan hakan at iconsult.com
More information about the SDL
mailing list