Set LD_LIBRARY_PATH to run bundled bin/exiv2.
This commit is contained in:
parent
08b5eb6136
commit
f71a3fd10c
@ -25,7 +25,7 @@ build and test log logs/build.txt
|
||||
To run exiv2 from the bundle
|
||||
----------------------------
|
||||
$ cd <bundle>
|
||||
$ bin/exiv2
|
||||
$ env LD_LIBRARY_PATH="$PWD/lib:$LD_LIBRARY_PATH" bin/exiv2
|
||||
|
||||
To build samples/exiftool.cpp from the bundle
|
||||
---------------------------------------------
|
||||
@ -64,4 +64,4 @@ $ man exiv2
|
||||
|
||||
Robin Mills
|
||||
robin@clanmills.com
|
||||
Updated: 2020-04-22
|
||||
Updated: 2020-03-19
|
||||
|
||||
Loading…
Reference in New Issue
Block a user