From fb0195ba8314a3e15e436ad82b68a65b20711098 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 26 Sep 2020 09:33:41 +0200 Subject: [PATCH] [docs] Fix syntax and expand Windows section a tiny bit --- docs/usermanual-install-harfbuzz.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/usermanual-install-harfbuzz.xml b/docs/usermanual-install-harfbuzz.xml index cc91c70bc..ada6f74ce 100644 --- a/docs/usermanual-install-harfbuzz.xml +++ b/docs/usermanual-install-harfbuzz.xml @@ -102,8 +102,11 @@ Building on Windows - Install meson and use it like `meson build --wrap-mode=default` - or use vcpkg. + Install meson + and run (from the console) meson build (by default + bundled dependencies are not built, --wrap-mode=default + overrides this), then meson compile -C build to + build HarfBuzz.