Commit e27376573fb4ebce3a833b066f2f031cb48a81b5

Authored by m-holger
Committed by GitHub
2 parents f3f0410d eeeb8bc2

Merge pull request #1649 from m-holger/i1648

Fix Filename Masks in README-what-to-download.md
Showing 1 changed file with 4 additions and 4 deletions
README-what-to-download.md
... ... @@ -10,21 +10,21 @@ crypto provider. There are several options:
10 10 can download the `.zip` file which you can unzip to any location. Note that the `msvc` executables perform slightly
11 11 better than the `mingw` executables.
12 12  
13   -* `qpdf-<version>-bin-msvc64.exe` - Use this for 64-bit Windows systems. This is the highest performance Windows
  13 +* `qpdf-<version>-msvc64.exe` - Use this for 64-bit Windows systems. This is the highest performance Windows
14 14 release. It is usually the best choice for using qpdf from the command line. It is also the right choice if you are
15 15 building non-Debug code for 64-bit systems using a recent version of Microsoft Visual C++.
16 16  
17   -* `qpdf-<version>-bin-mingw64.exe` - This is a 64-bit version built with mingw. Use this for 64-bit Windows systems if
  17 +* `qpdf-<version>-mingw64.exe` - This is a 64-bit version built with mingw. Use this for 64-bit Windows systems if
18 18 you want development libraries that work with the 64-bit version of mingw. If you are dynamically loading qpdf from
19 19 the DLL, this version has fewer DLLs than the msvc version and does not require a Visual C++ runtime DLL. Unlike with
20 20 the MSVC releases, it is possible to link a debugging build with mingw against non-debugging libraries built with
21 21 mingw.
22 22  
23   -* `qpdf-<version>-bin-msvc32.exe` - This is a 32-bit version built with MSVC. Use this if you need to run qpdf on a
  23 +* `qpdf-<version>-msvc32.exe` - This is a 32-bit version built with MSVC. Use this if you need to run qpdf on a
24 24 32-bit system or if you are building 32-bit executables in non-Debug mode with Microsoft Visual C++. The 32-bit
25 25 executables will work on 64-bit systems as well and are capable of working with files larger than 2 GB.
26 26  
27   -* `qpdf-<version>-bin-mingw32.exe` - This is a 32-bit version built with mingw. It will work on 32-bit or 64-bit systems
  27 +* `qpdf-<version>-mingw32.exe` - This is a 32-bit version built with mingw. It will work on 32-bit or 64-bit systems
28 28 and can handle files larger than 2 GB.
29 29  
30 30 Linux Binaries
... ...