Set LD_LIBRARY_PATH to run bundled bin/exiv2.

main
Robin Mills 4 years ago
parent 08b5eb6136
commit f71a3fd10c

@ -25,7 +25,7 @@ build and test log logs/build.txt
To run exiv2 from the bundle To run exiv2 from the bundle
---------------------------- ----------------------------
$ cd <bundle> $ cd <bundle>
$ bin/exiv2 $ env LD_LIBRARY_PATH="$PWD/lib:$LD_LIBRARY_PATH" bin/exiv2
To build samples/exiftool.cpp from the bundle To build samples/exiftool.cpp from the bundle
--------------------------------------------- ---------------------------------------------
@ -64,4 +64,4 @@ $ man exiv2
Robin Mills Robin Mills
robin@clanmills.com robin@clanmills.com
Updated: 2020-04-22 Updated: 2020-03-19

Loading…
Cancel
Save