20 Sep
20 Sep
4:02 p.m.
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
4:10 p.m.
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.
7843
Age (days ago)
7843
Last active (days ago)
2 comments
3 participants
participants (3)
-
Huw D M Davies -
Ivan Leo Puoti -
Marcus Meissner