From 40f88043b95cb3a3f4d955f2f29db93a7e19e6b4 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 6 May 2017 08:59:57 +0200 Subject: [PATCH] Improve build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf3173..d2a7dac 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ API documentation can be generated using Doxygen with `make tagparser_apidoc`. works with all kinds of files (when forcing rewrite a backup is always created) ## Build instructions -The tagparser library depends on c++utilities and is built in the same way. +The tagparser library depends on [c++utilities](https://github.com/Martchus/cpp-utilities) and is built +in the same way. It also depends on zlib. For checking integrity of testfiles, the OpenSSL crypto library is required.