mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[BUILD] Actually build project!
Fixes https://github.com/harfbuzz/harfbuzz/issues/4754
This commit is contained in:
parent
a1c803dfbc
commit
a109d5fbc0
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue