Commit 4c0addfe660fcda049ab1d79d337871c1df798f7

Authored by Jay Berkenbilt
Committed by Jay Berkenbilt
1 parent bc17d2a2

Update instructions for testing pikepdf

Showing 1 changed file with 2 additions and 1 deletions
README-maintainer
... ... @@ -322,7 +322,8 @@ RELEASE PREPARATION
322 322  
323 323 cd ...qpdf-source-tree...
324 324 export QPDF_SOURCE_TREE=$PWD
325   -export LD_LIBRARY_PATH=$QPDF_SOURCE_TREE/libqpdf/build/.libs
  325 +export QPDF_BUILD_LIBDIR=$QPDF_SOURCE_TREE/build/libqpdf
  326 +export LD_LIBRARY_PATH=$QPDF_BUILD_LIBDIR
326 327 cd /tmp/z
327 328 git clone git@github.com:pikepdf/pikepdf
328 329 virtualenv v
... ...