Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/win32/zint_cmdline_vc6/readme.txt @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 Harald Oehlmann | |
| 2 2021-06-10 | |
| 3 | |
| 4 Why to use VC6 ? | |
| 5 It avoids DLL Hell as the runtime is present on all Windows Versions since XP. | |
| 6 I compile on Windows 10 64 bit. | |
| 7 | |
| 8 How to compile: | |
| 9 | |
| 10 $ZR is the zint root folder (this file is in $ZR\win32\zint_cmdline_vc6) | |
| 11 | |
| 12 * get vc6 shell | |
| 13 if not available in the Start Menu, open a Command Prompt and run | |
| 14 "C:\Program Files (x86)\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" | |
| 15 | |
| 16 a) zlib (current version: 1.2.13) | |
| 17 * put zlib to $ZR\..\zlib | |
| 18 cd $ZR\..\zlib | |
| 19 nmake -f win32\Makefile.msc | |
| 20 -> generates zlib.lib, zlib1.dll | |
| 21 | |
| 22 b) lpng (current version: 1.6.39) | |
| 23 * put libpng to $ZR\..\lpng | |
| 24 cd $ZR\..\lpng | |
| 25 nmake -f scripts\makefile.vcwin32 | |
| 26 -> generates $ZR\..\lpng\libpng.lib | |
| 27 | |
| 28 c) open zint_cmdline_vc6.dsw in this folder with the msvc6 gui and compile |
