summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.msvc2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.msvc b/README.msvc
index 5855c487..86447e0b 100644
--- a/README.msvc
+++ b/README.msvc
@@ -55,6 +55,8 @@ To do a build using Meson, do the following:
python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) -Dsysprof=disabled [--backend=vs]
Also pass in -Dgssapi=false if not building with GSSAPI support.
+ For pre-Visual Studio 2013, pass in -Dtests=false, since the tests are written in
+ C99 syntax.
Please see the Meson docs for an explanation for --buildtype, the path passed for
--prefix need not to be on the same drive as where the build is carried out, but