summaryrefslogtreecommitdiffstats
path: root/README-windows.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-01-24 16:37:00 +0100
committerJay Berkenbilt <ejb@ql.org>2013-01-24 17:35:21 +0100
commit34311a89c5fec7e44fab5cb92e8cef8cc4702077 (patch)
treec4386ab2e5c4e4dfd7999af92ad4dcaa042160bd /README-windows.txt
parentbfda71774907263f5263a3ae2e8c8fa40fbc2cca (diff)
downloadqpdf-34311a89c5fec7e44fab5cb92e8cef8cc4702077.tar.zst
Add autofiles.zip make target
This target creates autofiles.zip from a source distribution or fresh checkout after autogen.sh has been run. The resulting zip can be unzipped over a fresh checkout to support easier building on Windows from a clean checkout.
Diffstat (limited to 'README-windows.txt')
-rw-r--r--README-windows.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/README-windows.txt b/README-windows.txt
index 682920ce..46d04842 100644
--- a/README-windows.txt
+++ b/README-windows.txt
@@ -77,6 +77,18 @@ You can also download qpdf-external-libs-src.zip and follow the
instructions in the README.txt there for how to build external libs.
+Building from version control
+=============================
+
+If you check out qpdf from version control, you will not have the
+files that are generated by autoconf. If you are not changing these
+files, you can grab them from a source distribution or create them
+from a system that has autoconf. To create them from scratch, run
+./autogen.sh on a system that has autoconf installed. Once you have
+them, you can run make CLEAN=1 autofiles.zip. This will create an
+autofiles.zip that you can extract on top of a fresh checkout.
+
+
Building with MinGW
===================