[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Incremental font support
From: |
Ralph Giles |
Subject: |
Re: [ft-devel] Incremental font support |
Date: |
Wed, 18 Feb 2009 17:36:58 -0800 |
On Wed, Feb 18, 2009 at 7:59 AM, Henry Stiles <address@hidden> 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