summaryrefslogtreecommitdiffstats
path: root/README.windows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 17:10:05 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 17:10:05 +0200
commit582b500cd996c96054615870fd13d6ab0ea77428 (patch)
treeac17afc801d6c2449910e3fcbb6f45eed401feba /README.windows
parent9e1a25fc55534ac05ef73727819970217b3e488c (diff)
downloadqpdf-582b500cd996c96054615870fd13d6ab0ea77428.tar.zst
start integrating windows port
git-svn-id: svn+q:///qpdf/trunk@757 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README.windows')
-rw-r--r--README.windows12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.windows b/README.windows
new file mode 100644
index 00000000..f6c2030b
--- /dev/null
+++ b/README.windows
@@ -0,0 +1,12 @@
+
+cygwin requirements: in addition to basic abuild requirements, need
+ghostscript and tiff utils in order to run image comparison tests.
+However, they may not work anyway. (As of this writing, ghostscript
+chokes on some of the files; haven't investigated.) export
+SKIP_TEST_COMPARE_IMAGES=1 to avoid running them.
+
+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.