On Mon, Sep 20, 2004 at 10:43:10PM +0200, Ivan Leo Puoti wrote: > What is required to build /fonts?
>From configure.ac:
dnl Only build the fonts dir if we have both freetype and fontforge
if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
then
AC_SUBST(FONTSSUBDIRS,"fonts")
fi
So you need freetype and fontforge. You can get fontforge from
http://fontforge.sourceforge.net/
Huw.
