From eeeb8bc213d7728fdb07d0b8948976db36ffa7f0 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sun, 11 Jan 2026 12:29:30 +0000 Subject: [PATCH] Fix Filename Masks in README-what-to-download.md --- README-what-to-download.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README-what-to-download.md b/README-what-to-download.md index ed8a0b6..576cee4 100644 --- a/README-what-to-download.md +++ b/README-what-to-download.md @@ -10,21 +10,21 @@ crypto provider. There are several options: can download the `.zip` file which you can unzip to any location. Note that the `msvc` executables perform slightly better than the `mingw` executables. -* `qpdf--bin-msvc64.exe` - Use this for 64-bit Windows systems. This is the highest performance Windows +* `qpdf--msvc64.exe` - Use this for 64-bit Windows systems. This is the highest performance Windows release. It is usually the best choice for using qpdf from the command line. It is also the right choice if you are building non-Debug code for 64-bit systems using a recent version of Microsoft Visual C++. -* `qpdf--bin-mingw64.exe` - This is a 64-bit version built with mingw. Use this for 64-bit Windows systems if +* `qpdf--mingw64.exe` - This is a 64-bit version built with mingw. Use this for 64-bit Windows systems if you want development libraries that work with the 64-bit version of mingw. If you are dynamically loading qpdf from the DLL, this version has fewer DLLs than the msvc version and does not require a Visual C++ runtime DLL. Unlike with the MSVC releases, it is possible to link a debugging build with mingw against non-debugging libraries built with mingw. -* `qpdf--bin-msvc32.exe` - This is a 32-bit version built with MSVC. Use this if you need to run qpdf on a +* `qpdf--msvc32.exe` - This is a 32-bit version built with MSVC. Use this if you need to run qpdf on a 32-bit system or if you are building 32-bit executables in non-Debug mode with Microsoft Visual C++. The 32-bit executables will work on 64-bit systems as well and are capable of working with files larger than 2 GB. -* `qpdf--bin-mingw32.exe` - This is a 32-bit version built with mingw. It will work on 32-bit or 64-bit systems +* `qpdf--mingw32.exe` - This is a 32-bit version built with mingw. It will work on 32-bit or 64-bit systems and can handle files larger than 2 GB. Linux Binaries -- libgit2 0.21.4