aboutsummaryrefslogtreecommitdiffstats
path: root/README-what-to-download.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-24 06:47:17 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-24 06:47:17 +0200
commitace2a031b5c1580ea9a69f116e6a8c9393860267 (patch)
treed120fbc37f3a074995229c9b721d568c4fd81933 /README-what-to-download.txt
parentb0a6f495d0d2d64f21091d3a77e35deef98c2f0a (diff)
downloadqpdf-ace2a031b5c1580ea9a69f116e6a8c9393860267.tar.zst
prepare 2.1.rc1 for release
git-svn-id: svn+q:///qpdf/trunk@901 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'README-what-to-download.txt')
-rw-r--r--README-what-to-download.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/README-what-to-download.txt b/README-what-to-download.txt
new file mode 100644
index 00000000..7e2ce8c0
--- /dev/null
+++ b/README-what-to-download.txt
@@ -0,0 +1,33 @@
+To build from source for Linux or other UNIX/UNIX-like systems, it is
+generally sufficient to download just the source qpdf-<version>.tar.gz
+file.
+
+For Windows, there are several additional files that you might want to
+download.
+
+ * qpdf-<version>-bin-mingw.zip
+
+ If you just want to use the qpdf commandline program or use the
+ qpdf DLL's C-language interface, you can download this file. You
+ can also download this version if you are using MINGW's gcc 4.4 and
+ want to program using the C++ interface.
+
+ * qpdf-<version>-bin-msvc.zip
+
+ If you want to program using qpdf's C++ interface and you are using
+ Microsoft Visual C++ .NET 2008 (VC9), you can download this file.
+
+ * qpdf-external-libs-bin.zip
+
+ If you want to build qpdf for Windows yourself with either MINGW's
+ gcc 4.4 or VC9, you can download this file and extract it inside
+ the qpdf source distribution. Please refer to README.windows in
+ the qpdf source distribution for additional details.
+
+ * qpdf-external-libs-src.zip
+
+ If you want to build the external libraries on your own (for
+ Windows or anything else), you can download this archive. In
+ addition to including unmodified distributions of pcre and zlib, it
+ includes a README file and some scripts to help you build them for
+ Windows.