slackbuilds/graphics/lddot
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
lddot.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
lddot.info graphics/lddot: Updated for version 0.2. 2019-12-15 17:06:21 +07:00
slack-desc

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