[docs] Fix syntax and expand Windows section a tiny bit
This commit is contained in:
parent
db2381c92d
commit
fb0195ba83
|
@ -102,8 +102,11 @@
|
||||||
<title>Building on Windows</title>
|
<title>Building on Windows</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Install meson and use it like `meson build --wrap-mode=default`
|
<ulink url="https://mesonbuild.com/Getting-meson.html">Install meson</ulink>
|
||||||
or use vcpkg.
|
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>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue