aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer6
1 files changed, 6 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index 6583abc0..2131a43c 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -134,6 +134,12 @@ mkdir -p /tmp/build
cp -rLp ~/.gnupg/. /tmp/build/.gnupg
docker run --privileged -ti --rm -v /tmp/build:/tmp/build qpdfbuild https://github.com/jberkenbilt/qpdf -b work
+ To build locally, omit the git arguments after qpdfbuild above and
+ copy the source tree into /tmp/build/qpdf.
+
+ Pass -e SKIP_TESTS=1 to docker to skip the test suite, useful for
+ rapid iteration.
+
Rename the AppImage in /tmp/build/qpdf/appimage/build
qpdf-$version-x86_64.AppImage and move it to the release archive
area.