[docs] Fix syntax and expand Windows section a tiny bit

This commit is contained in:
Khaled Hosny 2020-09-26 09:33:41 +02:00
parent db2381c92d
commit fb0195ba83
1 changed files with 5 additions and 2 deletions

View File

@ -102,8 +102,11 @@
<title>Building on Windows</title>
<para>
Install meson and use it like `meson build --wrap-mode=default`
or use vcpkg.
<ulink url="https://mesonbuild.com/Getting-meson.html">Install meson</ulink>
and run (from the console) <command>meson build</command> (by default
bundled dependencies are not built, <command>--wrap-mode=default</command>
overrides this), then <command>meson compile -C build</command> to
build HarfBuzz.
</para>
</section>