What is required to build /fonts?
Ivan.
On Mon, Sep 20, 2004 at 10:43:10PM +0200, Ivan Leo Puoti wrote:
What is required to build /fonts?
"fontforge" formerly called "PfaEdit" or "pfaedit".
configure.ac will only detect "fontforge", not sure if pfaedit will work. The latter has thrown out some strange errors for me.
Ciao, Marcus
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.