From 5c76b656b54198f192f2cf5dffea255694e9ae51 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Nov 2022 06:13:22 -0700 Subject: [PATCH] Document static build for release bins --- doc/release-process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index 64aeb52..9c007ca 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -49,6 +49,8 @@ git push * Merge dev branch into master * Make a new Gitea release from master branch * There is an option for Gitea to automate making a new Git tag as well +* SD requires to be build with a staticly compiled version of QT for release binaries + * If it isn't, the binary will resort to using the system QT which is usually a different version and the binary will not work * Make linux binaries: `./src/scripts/make-binary-tarball.sh` * Upload to gitea release * Make debian package with `./src/scripts/make-deb.sh`