1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

README: Fix Meson examples

This commit is contained in:
Nick Wellnhofer 2024-06-21 23:38:42 +02:00
parent 88cc61e3e6
commit b01b55d50e

View File

@ -128,7 +128,13 @@ ninja -C builddir
To add options, see the meson_options.txt file. For example:
meson setup -Dprefix=$prefix -Dftp=true -Dhistory=true -Dicu=true -Dhttp=true builddir
meson setup \
-Dprefix=$prefix \
-Dhistory=enabled \
-Dhttp=enabled \
-Dschematron=disabled \
-Dzlib=enabled \
builddir
To install libxml: