[BUILD] Actually build project!

Fixes https://github.com/harfbuzz/harfbuzz/issues/4754
This commit is contained in:
Behdad Esfahbod 2024-06-14 16:50:09 -04:00
parent a1c803dfbc
commit a109d5fbc0

View file

@ -15,9 +15,9 @@ On macOS:
brew install pkg-config ragel gtk-doc freetype glib cairo meson
Then use meson to build the project like:
Then use meson to build the project and run the tests, like:
meson build && meson test -Cbuild
meson build && ninja -Cbuild && meson test -Cbuild
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