slackbuilds/graphics/lddot
B. Watson 1367dc02c5 graphics/lddot: Added (wrapper over ldd).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-31 07:27:40 +07:00
..
README graphics/lddot: Added (wrapper over ldd). 2017-03-31 07:27:40 +07:00
lddot.SlackBuild graphics/lddot: Added (wrapper over ldd). 2017-03-31 07:27:40 +07:00
lddot.info graphics/lddot: Added (wrapper over ldd). 2017-03-31 07:27:40 +07:00
slack-desc graphics/lddot: Added (wrapper over ldd). 2017-03-31 07:27:40 +07:00

README

lddot (graphically display shared library dependencies)

lddot is a wrapper over ldd, which produces output in Graphviz format.

Although not strictly required for lddot to run, it's *highly* recommended
to install graphviz and/or graph-easy. One of these will be required to
convert lddot's output into a visible graph.

Examples:

# Replace "boxart" with "ascii" if your terminal doesn't support Unicode.
lddot /bin/bash | graph-easy --as boxart

# This looks like the Death Star.
lddot /usr/bin/xterm | circo -Tpng > graph.png