FLIF-hub / FLIF

Free Lossless Image Format
Other
3.72k stars 229 forks source link

Add linker instruction for local execution #434

Closed BenWiederhake closed 7 years ago

BenWiederhake commented 7 years ago

If the user doesn't call make install, the executables can't easily find the shared library. One way to fix this is using LD_LIBRARY_PATH=path/to/the/so/ ./flif Documents #432

jonsneyers commented 7 years ago

Thanks, but should no longer be necessary because of https://github.com/FLIF-hub/FLIF/pull/436