summaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 20:06:26 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 20:06:26 +0200
commit4882d4a5bb4f90a76c5022e22ed57507045f9fed (patch)
tree9b2f5c5c894fc818aa82b55831490de0e1ed7811 /README.windows
parent66acc17be752c02ccc99ce852d7ff734a95d2080 (diff)
downloadqpdf-4882d4a5bb4f90a76c5022e22ed57507045f9fed.tar.zst
notes
git-svn-id: svn+q:///qpdf/trunk@770 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.windows b/README.windows
index b4ba8fed..4cf547b8 100644
--- a/README.windows
+++ b/README.windows
@@ -18,6 +18,13 @@ If you have MSYS and Mingw installed, you can run configure as follows:
./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=mingw
+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?
+
+./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
+
From there, run
make