2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-21 01:29:06 +00:00

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

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