From c08df1bd33447e8d7d071c31aeec24334d28f2ed Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 11 Oct 2009 01:24:48 +0000 Subject: [PATCH] more note --- README.windows | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.windows b/README.windows index ecc7943..23aa52c 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 -- libgit2 0.21.4