aboutsummaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.windows b/README.windows
index 4cf547b8..92431da2 100644
--- a/README.windows
+++ b/README.windows
@@ -21,9 +21,9 @@ If you have MSYS and Mingw installed, you can run configure as follows:
To build with msvc, you must be running in a shell environment that
puts the MSVC tools in your path. Then you can run
-XXX WHAT?
+CC=cl CXX="cl /TP /GR" CPPFLAGS=-DHAVE_VSNPRINTF ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
-./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
+This is tested with MSVC .NET 2008 Express.
From there, run