When running kdu_expand the first time it gives an error that the file cannot find libkdu_v72r.so
Suggested fixes:
- Write the import in the code:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/$kakadu.bin... or similar
export LD_LIBRARY_PATH
- Or just add the above to documentation for the user to add manually
What do you think Jan?