summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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
74 74
75Please keep in mind that you should use at least YARA 3.4 because we're using 75Please keep in mind that you should use at least YARA 3.4 because we're using
76[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the 76[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the
77whitelist system, and greedy regexps. 77whitelist system, and greedy regexps. Please note that if you plan to build
78yara from sources, libssl-dev must be installed on your system in order to
79have support for hashes.
78 80
79Ho, and by the way, you can run the comprehensive testsuite with `make test`. 81Ho, and by the way, you can run the comprehensive testsuite with `make test`.
80 82