aboutsummaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 17:28:33 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 17:28:33 +0200
commit7398ef88b78d04b1428ed6336325a89f55117841 (patch)
tree261038456934d7b0bcbbba1d477323ed82d64779 /README.windows
parent6e193e31265f2c1c936d7110b956a2422bf707b1 (diff)
downloadqpdf-7398ef88b78d04b1428ed6336325a89f55117841.tar.zst
further refinements to build
git-svn-id: svn+q:///qpdf/trunk@759 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.windows b/README.windows
index f6c2030b..29a717d1 100644
--- a/README.windows
+++ b/README.windows
@@ -10,3 +10,8 @@ Must add libqpdf/build to PATH.
To debug a crash in MSVC's debugger, start an instance of Visual C++.
When the abort/retry/ignore dialog pops up, first attach the process
from within visual C++, and then click Retry.
+
+Basic procedure for building with mingw is to run configure and build
+in msys and then run the test suite in cygwin with GENDEPS=0.
+
+Also have to deal with gcc runtime DLL.