summaryrefslogtreecommitdiffstats
path: root/graphics/lddot/README
diff options
context:
space:
mode:
author B. Watson2017-03-31 02:27:40 +0200
committer Willy Sudiarto Raharjo2017-03-31 02:27:40 +0200
commit1367dc02c5113904c2c2ee9fda4b4cb6707f9da2 (patch)
tree0a42ab91e3bd8b65524311f729fd49e38d67ac66 /graphics/lddot/README
parent667bbb4cb1836999df7f0d24957fc38a52eb5d90 (diff)
downloadslackbuilds-1367dc02c5113904c2c2ee9fda4b4cb6707f9da2.tar.gz
graphics/lddot: Added (wrapper over ldd).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/lddot/README')
-rw-r--r--graphics/lddot/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/lddot/README b/graphics/lddot/README
new file mode 100644
index 0000000000..996fdad914
--- /dev/null
+++ b/graphics/lddot/README
@@ -0,0 +1,15 @@
+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