summaryrefslogtreecommitdiffstats
path: root/README-what-to-download.txt
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-29 01:25:42 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-29 04:03:36 +0200
commit2280c4f6d1993bd8940f10f7a1ef0f9f22f6c518 (patch)
treec3c59c390715d20c79738cf3396ada6e3ee6e079 /README-what-to-download.txt
parent5878d17f0d07737f7130f71f4a26682a1f2318fa (diff)
downloadqpdf-2280c4f6d1993bd8940f10f7a1ef0f9f22f6c518.tar.zst
Update documentation and version numbers
3.0.rc1
Diffstat (limited to 'README-what-to-download.txt')
-rw-r--r--README-what-to-download.txt31
1 files changed, 24 insertions, 7 deletions
diff --git a/README-what-to-download.txt b/README-what-to-download.txt
index 67449e1f..287e5a84 100644
--- a/README-what-to-download.txt
+++ b/README-what-to-download.txt
@@ -5,24 +5,41 @@ file.
For Windows, there are several additional files that you might want to
download.
- * qpdf-<version>-bin-mingw.zip
+ * qpdf-<version>-bin-mingw32.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
+ * qpdf-<version>-bin-mingw64.zip
+
+ A 64-bit version built with mingw. Use this for 64-bit Windows
+ systems. The 32-bit version will also work on Windows 64-bit.
+ Both the 32-bit and the 64-bit version support files over 2 GB in
+ size, but you may find it easier to integrate this with your own
+ software if you use the 64-bit version.
+
+ * qpdf-<version>-bin-msvc32.zip
+
+ If you want to program using qpdf's C++ interface and you are using
+ Microsoft Visual C++ 2010 in 32-bit mode, you can download this
+ file.
+
+ * qpdf-<version>-bin-msvc64.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.
+ Microsoft Visual C++ 2010 in 64-bit mode, 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.txt
- in the qpdf source distribution for additional details.
+ If you want to build qpdf for Windows yourself with either MINGW or
+ MSVC 2010, you can download this file and extract it inside the
+ qpdf source distribution. Please refer to README-windows.txt in
+ the qpdf source distribution for additional details. Note that you
+ need the 2012-06-20 version or later to be able to build qpdf 3.0
+ or newer.
* qpdf-external-libs-src.zip