Commit c08df1bd33447e8d7d071c31aeec24334d28f2ed

Authored by Jay Berkenbilt
1 parent 8e71e1fb

more note


git-svn-id: svn+q:///qpdf/trunk@780 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing 1 changed file with 7 additions and 2 deletions
README.windows
@@ -71,8 +71,13 @@ Configure as follows: @@ -71,8 +71,13 @@ Configure as follows:
71 CC=cl CXX="cl /TP /GR" CPPFLAGS=-DHAVE_VSNPRINTF ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc 71 CC=cl CXX="cl /TP /GR" CPPFLAGS=-DHAVE_VSNPRINTF ./configure --disable-test-compare-images --enable-build-external-libs --with-buildrules=msvc
72 make 72 make
73 73
74 -Then add the full path to the libqpdf/build directory to your path and  
75 -run 74 +The -DHAVE_VSNPRINTF is really only required for things that include
  75 +zutil.h from zlib. You don't have to worry about this when compiling
  76 +against qpdf with MSVC -- only when building zlib. It's harmless to
  77 +include with the rest of the qpdf build.
  78 +
  79 +Once built, add the full path to the libqpdf/build directory to your
  80 +path and run
76 81
77 make check 82 make check
78 83