Update instructions for testing pikepdf

This commit is contained in:
Jay Berkenbilt 2022-03-14 19:14:26 -04:00 committed by Jay Berkenbilt
parent bc17d2a2a2
commit 4c0addfe66
1 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,8 @@ RELEASE PREPARATION
cd ...qpdf-source-tree...
export QPDF_SOURCE_TREE=$PWD
export LD_LIBRARY_PATH=$QPDF_SOURCE_TREE/libqpdf/build/.libs
export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf
export LD_LIBRARY_PATH=$QPDF_BUILD_LIBDIR
cd /tmp/z
git clone git@github.com:pikepdf/pikepdf
virtualenv v