locations first, so that those directories are searched before
the freetype1 directories. This prevents problems compiling
font.c on FreeBSD.
+ Resolves: http://rt-cpan.fsck.com/Ticket/Display.html?id=1723
- finish off a sentence in the "Producing an image from a CGI script"
example in Imager::Files
- method index didn't include errstr()
+- document that you don't want the FT2 freetype.h in the include path
=================================================================
================================================================
-Copyright (c) 1999-2001 Arnar M. Hrafnkelsson. All rights reserved.
+Copyright (c) 1999-2004 Arnar M. Hrafnkelsson. All rights reserved.
Copyright (c) 2004 Anthony Cook.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Otherwise you could just build giflib without any X11 dependencies:
# must be a clean tree
- cd giflib-4.1.0
+ cd giflib-4.1.3
./configure --without-x ...
Also note that libgif has a few bugs: You can run something like
and simply say no to tiff support when asked if you want it, the same thing
can be used to circumvent problems in gifs to get Imager going.
-
If it worked just continue with the installation as normally
(with make install).
+Freetype 1.x vs Freetype 2.x
+----------------------------
+
+These two libraries have some conflicting include file names, but as
+long as you don't put the Freetype 2.x freetype.h directory in the
+include path it should all work.
+
+Put the directory containing ft2build.h in the include path, but not
+the directory containing the freetype 2.x freetype.h.
+
+If you see compilation errors from font.c you've probably made the
+mistake of putting the Freetype 2.x freetype.h directory into the
+include path.
+
+To see which directories should be in the include path, try:
+
+ freetype-config --cflags
+
========================
3. External dependencies
========================
t1: http://www.ibiblio.org/pub/Linux/libs/graphics/
+freetype2 or
tt: http://www.freetype.org/
Precompiled versions of some of the libraries might be found at: