From 3bb034544be27cc36ad99aef01327833b7429c24 Mon Sep 17 00:00:00 2001 From: shaddai Date: Mon, 4 Jul 2016 16:02:35 +0200 Subject: Update README.md Add hint about yara build so people stop building it without sha1 support :)--- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff669cb..77e9357 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ $ yara -r ./asp.yar /var/www Please keep in mind that you should use at least YARA 3.4 because we're using [hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the -whitelist system, and greedy regexps. +whitelist system, and greedy regexps. Please note that if you plan to build +yara from sources, libssl-dev must be installed on your system in order to +have support for hashes. Ho, and by the way, you can run the comprehensive testsuite with `make test`. -- cgit v1.3