output: use doubles when converting in out_colour_get_rgb()

and `out_colour_get_cmyk()`, to lessen chances of rounding
  errors (in particular for VC6)
test_large: fix regression in change to test for formatting
  `uint64_t` for `printf()`
win32/README: update MinGW/MSYS Qt version
This commit is contained in:
gitlost 2024-01-19 09:28:03 +00:00
parent 57fac4048d
commit 7c1bdba8ae
8 changed files with 33 additions and 32 deletions

View file

@ -1,4 +1,4 @@
% win32/README 2024-01-17
% win32/README 2024-01-18
Visual Studio 2022
------------------
@ -179,12 +179,12 @@ using it install the packages:
(This should include mingw32-libz-dll)
Any reasonably modern version of Qt can be used. The following uses Qt 5.14.2.
Any reasonably modern version of Qt can be used. The following uses Qt 5.15.2.
Using the Qt Maintenance Tool (see the Visual Studio 2022 instructions above)
install the "MinGW 7.3.0 32-bit" component.
install the "MinGW 8.1.0 32-bit" component.
(Note the Qt MinGW versions actually refer to Mingw-w64, the 64-bit fork of
MinGW, but versions up to 8.1 seem to be compatible.)
MinGW, but versions up to 8.1.0 at least are compatible.)
Open a MinGW/MSYS shell by clicking/running e.g. (your path may differ)
@ -192,10 +192,10 @@ Open a MinGW/MSYS shell by clicking/running e.g. (your path may differ)
As above make sure git and cmake are in your PATH.
Add the Qt MinGW 7.3.0 32-bit component to your PATH, e.g. (your path may
Add the Qt MinGW 8.1.0 32-bit component to your PATH, e.g. (your path may
differ):
export PATH="/c/Qt/5.14.2/mingw73_32/bin":${PATH}
export PATH="/c/Qt/5.15.2/mingw81_32/bin":${PATH}
Go into the directory you want to use and clone zint and libpng: