On Wed, Feb 18, 2009 at 7:59 AM, Henry Stiles <henry.sti...@artifex.com> wrote:

> to build gs with freeype:
>
> make FT_BRIDGE=1 FT_CFLAGS=-I../freetype-2.3.8/include
> FT_LIB=./freetype-2.3.8/objs/libfreetype.a debug

Just to follow up for anyone trying this; this is with the 'freetype'
branch from my personal git tree;
http://git.ghostscript.com/?p=gs-giles;a=summary With the current tip
you need:

make FT_BRIDGE=1 FT_CFLAGS=-I../freetype-2.3.8/include
FT_LIBS=./freetype-2.3.8/objs/libfreetype.a debug

Assuming you've compiled freetype-2.3.8 in a parallel directory.

I also had to copy lib/FAPI* to the run directory for the bridge to work.

 -r


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to