Improve build instructions

This commit is contained in:
Martchus 2017-05-06 08:59:57 +02:00
parent bc306af88e
commit 40f88043b9
1 changed files with 2 additions and 1 deletions

View File

@ -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) works with all kinds of files (when forcing rewrite a backup is always created)
## Build instructions ## 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 It also depends on zlib. For checking integrity of testfiles, the OpenSSL crypto
library is required. library is required.