summaryrefslogtreecommitdiffstats
path: root/system/sbbdep/README
diff options
context:
space:
mode:
author Harald Achitz <harald.achitz@gmail.com>2018-02-25 22:30:55 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-03 08:42:06 +0700
commita266527206493be0faea3cfd22fef26666838e53 (patch)
tree7945dce4c5013185dff0d7fcaf58d471e7822562 /system/sbbdep/README
parentab1cddd76b44cfee226792e681b8afe158a9fa5b (diff)
downloadslackbuilds-a266527206493be0faea3cfd22fef26666838e53.tar.gz
slackbuilds-a266527206493be0faea3cfd22fef26666838e53.tar.xz
system/sbbdep: Updated for version 0.3.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/sbbdep/README')
-rw-r--r--system/sbbdep/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/system/sbbdep/README b/system/sbbdep/README
index ddcecffe9c..bcd70ff5cd 100644
--- a/system/sbbdep/README
+++ b/system/sbbdep/README
@@ -1,3 +1,12 @@
sbbdep (Slack Build Binary Dependencies)
The tool for exploring binary runtime dependencies
-on Slackware and Slackware based systems.
+on Slackware and Slackware based systems.
+
+sbbdep uses sqlite3 for storing information.
+Per default, sbbdep builds with an own version of sqlite and links statically
+against it. This can be changed.
+If this is done, sbbdep will need the sqlite3 package, which comes per default
+with Slackware, and will link against the shared sqlite3.so library from the
+system.
+If you want to activate this, pass the following option to the Slackbuild.
+USE_INTERNAL_SQLITE3=0