1 Star 0 Fork 78

angl / third_party_harfbuzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.md 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
pssea 提交于 2021-11-05 10:55 . Description: upgrade harfbuzz 2.8.1

On Linux, install the development packages for FreeType, Cairo, and GLib. For example, on Ubuntu / Debian, you would do:

sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev

whereas on Fedora, RHEL, CentOS, and other Red Hat based systems you would do:

sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev

and on ArchLinux and Manjaro:

sudo pacman -Suy meson pkg-config ragel gcc freetype2 glib2 cairo

then use meson to build the project like meson build && meson test -Cbuild.

On macOS, brew install pkg-config ragel gtk-doc freetype glib cairo meson then use meson like above.

On Windows, meson can build the project like above if a working MSVC's cl.exe (vcvarsall.bat) or gcc/clang is already on your path, and if you use something like meson build --wrap-mode=default it fetches and compiles most of the dependencies also.

Our CI configurations is also a good source of learning how to build HarfBuzz.

There is also amalgam source provided with HarfBuzz which reduces whole process of building HarfBuzz like g++ src/harfbuzz.cc -fno-exceptions but there is not guarantee provided with buildability and reliability of features you get.

1
https://gitee.com/anguanglin/third_party_harfbuzz.git
git@gitee.com:anguanglin/third_party_harfbuzz.git
anguanglin
third_party_harfbuzz
third_party_harfbuzz
master

搜索帮助