aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-12 02:54:48 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commit1b85faa61abcec253f9fb5aab6f94c844e4df816 (patch)
treea4950664fd2c4942e348cf8e37791e79b3a4c9bc /README-maintainer
parent3a902ad20afd385955e0d094d00bf7f385b1c3f0 (diff)
downloadqpdf-1b85faa61abcec253f9fb5aab6f94c844e4df816.tar.zst
Convert AppImage build to use cmake
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer10
1 files changed, 6 insertions, 4 deletions
diff --git a/README-maintainer b/README-maintainer
index 5108cf83..5293e5ad 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -462,10 +462,12 @@ rsync -vrlcO ./ jay_berkenbilt,qpdf@frs.sourceforge.net:/home/frs/project/q/qp/q
OTHER NOTES
For local iteration on the AppImage generation, it works to just
-./build-scripts/build-appimage and get the resulting AppImage from
-the distribution directory. You can also pass -e SKIP_TESTS=1
-build-appimage, which passes it along to to docker, to skip the test
-suite, which useful for rapid iteration.
+./build-scripts/build-appimage and get the resulting AppImage from the
+distribution directory. You can pass additional arguments to
+build-appimage, which passes them along to to docker.
+
+Use -e SKIP_TESTS=1 to skip the test suite.
+Use -ti -e RUN_SHELL=1 to run a shell instead of the build script.
GENERAL BUILD STUFF