summaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-11 03:24:48 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-11 03:24:48 +0200
commitc08df1bd33447e8d7d071c31aeec24334d28f2ed (patch)
tree5051eb7748b67f35e0cf0648cf50f3a614c62f90 /README.windows
parent8e71e1fbd31da31953d64cfad5264bb52cc590e0 (diff)
downloadqpdf-c08df1bd33447e8d7d071c31aeec24334d28f2ed.tar.zst
more note
git-svn-id: svn+q:///qpdf/trunk@780 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.windows b/README.windows
index ecc7943b..23aa52c8 100644
--- a/README.windows
+++ b/README.windows
@@ -71,8 +71,13 @@ Configure as follows:
CC=cl CXX="cl /TP /GR" CPPFLAGS=-DHAVE_VSNPRINTF ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
make
-Then add the full path to the libqpdf/build directory to your path and
-run
+The -DHAVE_VSNPRINTF is really only required for things that include
+zutil.h from zlib. You don't have to worry about this when compiling
+against qpdf with MSVC -- only when building zlib. It's harmless to
+include with the rest of the qpdf build.
+
+Once built, add the full path to the libqpdf/build directory to your
+path and run
make check