summaryrefslogtreecommitdiffstats
path: root/libraries/tlsh/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-12-29 08:40:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:12 +0700
commite8e323bd5ac350e95761d09a7125ed036fc97085 (patch)
tree0c16cc82305efa1a11785b4046e5dba72a433d44 /libraries/tlsh/README
parent6e6ba4276354fbbf0f44a27707a8eaa7be4f25d5 (diff)
downloadslackbuilds-e8e323bd5ac350e95761d09a7125ed036fc97085.tar.gz
slackbuilds-e8e323bd5ac350e95761d09a7125ed036fc97085.tar.xz
libraries/tlsh: Added (fuzzy matching library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tlsh/README')
-rw-r--r--libraries/tlsh/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/tlsh/README b/libraries/tlsh/README
new file mode 100644
index 0000000000..d4e28dd8b5
--- /dev/null
+++ b/libraries/tlsh/README
@@ -0,0 +1,10 @@
+TLSH is a fuzzy matching library. Given a byte stream with a minimum
+length of 256 bytes, TLSH generates a hash value which can be used for
+similarity comparisons.
+
+("TLSH" stands for Trend Micro Locality Sensitive Hash.)
+
+python3 is an optional dependency. You need to set PYTHON3=yes,
+for example:
+
+ PYTHON3=yes ./python-libarchive-c.SlackBuild