Examples and Tips & Tricks #240
Replies: 3 comments 1 reply
-
The The The Good idea to have an extra set of examples for these flags! |
Beta Was this translation helpful? Give feedback.
-
converting this issue to discussion... |
Beta Was this translation helpful? Give feedback.
-
How can I use
Any tips for understanding it other than reading the source code? Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hey, I love this product but I feel like I'm not utilizing it to its fullest. I have run into the problem where I want to include a binary in a build so I use something like
--include-path /usr/bin/jq
. However, it fails to run after compiling becausejq
requires extra libs. I find those libs out by runningldd /usr/bin/jq
but its a very tedious process for something that could probably be automated.I am also unsure of the difference between
--include-path
,--include-bin
,--include-bin-file
,--preserve-path
, and--preserve-path-file
. Can I use any of these options to automatically detect the shared libs that a binary relies on?Anyway, my final ask is for a set of examples that illustrate which commands I should be using any why. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions