In order to use this wrapper you first have to build freetype and harfbuzz. For that you need meson.
- Clone harfbuzz (
git submodule update --init
) - Build harfbuzz
cd harfbuzz
- Prepare build:
meson build --wrap-mode=default -Dfreetype=enabled -Dglib=disabled -Dgobject=disabled -Dcairo=disabled -Dchafa=disabled -Dicu=disabled
- Compile:
meson compile -C build
- Copy .lib and .dll files from meson/build into deps-directory