Copying shared libraries for executable into one location #4396
Closed
mast3rz3ro
started this conversation in
Ideas
Replies: 1 comment
-
I have updated the script with some fixes and improvements, and I have release it under a new repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I introduce you
cpdep
a small utility which is able to get dependencies and copy it into one locationI have used
ldd
for searching the linked libraries andawk
for processing text.cpdep.sh:
I have made this because it's was too much annoying to manually copy each shared library for compiled binaries.
Feel free to edit it or use it in any way you want.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions