[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] freetype and harfbuzz
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] freetype and harfbuzz |
Date: |
Mon, 14 Nov 2016 08:38:58 +0100 (CET) |
> I would like to know the status freetype wrt harfbuzz. Actually, if
> I'm not mistaken, one has to :
>
> 1) compile freetype without harfbuzz
> 2) compile harfbuzz (freetype is hard dep iirc)
> 3) compile freetype with harfbuzz
Yes. However, FreeType looks for its dependencies, so you only have
to do
cd freetype; make && make install; cd
cd harfbuzz; make && make install; cd
cd freetype; make && make install; cd
which is not rocket science.
> Is there some improvements of that situation? (It has been a long
> time since i followed freetype development)
No. It seems that people can live with the current situation. A
`solution' would either mean splitting harfbuzz into two separate
libraries or duplicating a lot of harfbuzz code in FreeType.
Werner
- [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/13
- Re: [ft-devel] freetype and harfbuzz,
Werner LEMBERG <=
- Re: [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/14
- Message not available
- Re: [ft-devel] freetype and harfbuzz, suzuki toshiya, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Werner LEMBERG, 2016/11/14
- Message not available
- Re: [ft-devel] freetype and harfbuzz, suzuki toshiya, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Werner LEMBERG, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Werner LEMBERG, 2016/11/14
- Re: [ft-devel] freetype and harfbuzz, Vincent Torri, 2016/11/14