aboutsummaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-11 02:44:23 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-11 02:44:23 +0200
commit444fab8f879f3c012668fadce3f27baf0c9d8942 (patch)
tree25347d6193ba64c0269ea5955879872c029801cf /README.windows
parent2b5ac676ed1cbde1092d41acf0775b1c8d9a2baf (diff)
downloadqpdf-444fab8f879f3c012668fadce3f27baf0c9d8942.tar.zst
more build fixes
git-svn-id: svn+q:///qpdf/trunk@777 71b93d88-0707-0410-a8cf-f5a4172ac649
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