Lines Matching +full:meson +full:- +full:build
4 …$ sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-de…
8 $ sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-devel
12 $ sudo pacman -Suy meson pkg-config ragel gcc freetype2 glib2 cairo
16 brew install pkg-config ragel gtk-doc freetype glib cairo meson
18 Then use meson to build the project like:
20 meson build && meson test -Cbuild
22 On Windows, meson can build the project like above if a working MSVC's cl.exe
24 something like `meson build --wrap-mode=default` it fetches and compiles most
26 or via the Visual Studio installer when building with MSVC, using meson.
28 Our CI configurations are also a good source of learning how to build HarfBuzz.
31 of building HarfBuzz to `g++ src/harfbuzz.cc -fno-exceptions` but there is