summaryrefslogtreecommitdiff
path: root/README.msvc
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2021-01-29 14:23:37 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2021-01-29 14:23:45 +0900
commitff5de45a0b6ff33c38f40da53a2ae775e6275d5f (patch)
treecbf758e85015f0c8a40bccfd44d7c42974550971 /README.msvc
parentb74c5fd5483969d55625576448662edf864b6b9e (diff)
downloadlibsoup-ff5de45a0b6ff33c38f40da53a2ae775e6275d5f.tar.gz
libsoup-ff5de45a0b6ff33c38f40da53a2ae775e6275d5f.tar.bz2
libsoup-ff5de45a0b6ff33c38f40da53a2ae775e6275d5f.zip
Imported Upstream version 2.72.0upstream/2.72.0upstream
Change-Id: I026585438031f2cf6255822fdd432796c398efe3
Diffstat (limited to 'README.msvc')
-rw-r--r--README.msvc4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.msvc b/README.msvc
index d9a00613..86447e0b 100644
--- a/README.msvc
+++ b/README.msvc
@@ -52,9 +52,11 @@ To do a build using Meson, do the following:
-Configure the build using Meson:
- python $(PYTHON_INSTALL_DIR)\scripts\meson.py $(LIBSOUP_SRCDIR) --buildtype=$(build_configuration) --prefix=$(INSTALL_PREFIX) [--backend=vs]
+ 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