From 30923669368970bb82a39143c9082d7a988175ef Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Feb 2018 09:05:34 -0500 Subject: make_windows_releases: build 32 bit first, build msvc first Build in the order that is most likely to detect failures earlier. --- README-maintainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-maintainer.md') diff --git a/README-maintainer.md b/README-maintainer.md index 98ee2ecc..29e5166e 100644 --- a/README-maintainer.md +++ b/README-maintainer.md @@ -60,7 +60,7 @@ Example: cd /tmp zip -r qpdf-external-libs-src.zip external-libs ``` -* To create Windows binary releases, extract the qpdf source distribution in Windows (MSYS2 + MSVC). From the extracted directory, extract the binary distribution of the external libraries. Run ./make_windows_releases simultaneously in 32-bit and 64-windows from there. +* To create Windows binary releases, extract the qpdf source distribution in Windows (MSYS2 + MSVC). From the extracted directory, extract the binary distribution of the external libraries. Run ./make_windows_releases simultaneously in 32-bit and 64-windows from there. It may be necessary to disable antivirus software first. * Before releasing, rebuild and test debian package. * Remember to copy `README-what-to-download.md` separately onto the download area. * Remember to update the web page including putting new documentation in the `files` subdirectory of the website on sourceforge.net. -- cgit v1.2.3-54-g00ecf