haampie / libtree

ldd as a tree
MIT License
2.67k stars 60 forks source link

Readme example not working #30

Closed okaerin closed 3 years ago

okaerin commented 3 years ago

The example deployment of libtree itself does not work, if it is installed and invoked as stated there. This is due to the fact, that the libtree command is a shell and not a elf binary (at least in the github release). I suggest that this is updated or shown with a different example.

haampie commented 3 years ago

Thanks, weird how that went unnoticed!

haampie commented 3 years ago

Maybe it's better to just drop the wrapper for strip and patchelf and check on startup if it is in the PATH, cause right now a very specific version of these binaries is forced upon the user.

haampie commented 3 years ago

Version 2.0.0 now ships a static executable for libtree, and has a tarball with static libtree, strip and patchelf.