From 1b85faa61abcec253f9fb5aab6f94c844e4df816 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 11 Mar 2022 20:54:48 -0500 Subject: Convert AppImage build to use cmake --- README-maintainer | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README-maintainer') 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 -- cgit v1.2.3-54-g00ecf