Commit 3820679d1ea7975d0a964b39ca71dbd0a237d3bb
1 parent
5fdcfae6
Minor corrections to download instructions
Showing
1 changed file
with
5 additions
and
3 deletions
README-what-to-download.txt
| ... | ... | @@ -9,8 +9,9 @@ download. |
| 9 | 9 | |
| 10 | 10 | If you just want to use the qpdf command line program or use the |
| 11 | 11 | qpdf DLL's C-language interface, you can download this file. You |
| 12 | - can also download this version if you are using MINGW's gcc 4.4 and | |
| 13 | - want to program using the C++ interface. | |
| 12 | + can also download this version if you are using MINGW's gcc 4.6 (or | |
| 13 | + a binary compatible version) and want to program using the C++ | |
| 14 | + interface. | |
| 14 | 15 | |
| 15 | 16 | * qpdf-<version>-bin-mingw64.zip |
| 16 | 17 | |
| ... | ... | @@ -39,7 +40,8 @@ download. |
| 39 | 40 | qpdf source distribution. Please refer to README-windows.txt in |
| 40 | 41 | the qpdf source distribution for additional details. Note that you |
| 41 | 42 | need the 2012-06-20 version or later to be able to build qpdf 3.0 |
| 42 | - or newer. | |
| 43 | + or newer. The 2009-10-24 version is required for qpdf 2.3.1 or | |
| 44 | + older. | |
| 43 | 45 | |
| 44 | 46 | * qpdf-external-libs-src.zip |
| 45 | 47 | ... | ... |