aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-21 15:05:34 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-21 15:05:34 +0100
commit30923669368970bb82a39143c9082d7a988175ef (patch)
treec19b3a9829415c85936f655d8668d607f46dd5c5 /README-maintainer.md
parentca0d190812839687bc1a8c33966e43c3f6eb87c8 (diff)
downloadqpdf-30923669368970bb82a39143c9082d7a988175ef.tar.zst
make_windows_releases: build 32 bit first, build msvc first
Build in the order that is most likely to detect failures earlier.
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md2
1 files changed, 1 insertions, 1 deletions
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.