freetype HarfBuzz fontconfig Cairo 编译顺序

There is also a circular dependency between freetype and HarfBuzz.

Note that fontconfig and Cario are only needed for the tests and tools built with HarfBuzz and thus it appears safe to configure them out:

1) Build Freetype using:
./configure --prefix=/usr/local \
--disable-shared \
--enable-static \
--with-harfbuzz=no

2) Build HarfBuzz using:
./configure --prefix=/usr/local \
--disable-shared \
--enable-static \
--with-fontconfig=no \
--with-cairo=no 

3) Build Freetype using:
./configure --prefix=/usr/local \
--disable-shared \
--enable-static \
--with-harfbuzz=yes

4) Build fontconfig.
./configure --prefix=/usr/local \
--disable-shared \
--enable-static

5) Build pixman.
./configure \
--prefix=/usr/local \
--disable-shared \
--enable-static \
--disable-gtk

6) Build Cairo.
./configure \
--prefix=/usr/local \
--disable-shared \
--enable-static

7) Build HarfBuzz using:
./configure --prefix=/usr/local \
--disable-shared \
--enable-static \
--with-fontconfig=yes \
--with-cairo=yes 
HarfBuzz 第二次静态编译后 LINK 时加 -hatfbuzz -freetype
FreeType LINK 时加 -freetype -hatfbuzz -freetype 虽然很搞笑,但是必须这样子;

转载于:https://www.cnblogs.com/nlsoft/p/11062944.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值