flying wrote:
> about "freetype+fltk"
> how to do
> thank you

        [This question moved from fltk.development]

        It's an FLTK "configure" flag:

# ./configure --help | grep -i xft
  --enable-xft            turn on Xft support default=no

        So run configure including that flag, before you rebuild
        fltk, eg:

cd /usr/local/src/fltk-1.1.x
./configure --enable-xft [..your other flags here, if any..]
make

        This assumes you have the xft library installed, eg. 'man Xft'.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to