From 63f7327c2cb4829773970100579900978013baf4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 13 Mar 2015 10:10:23 +0100 Subject: added libasan as dependency --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea70faa340..e33aa949e3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ We require several tools to check out and build the software, including: * GTK-DOC (for API manual) * Git * Perl -* Valgrind (optional) * Nettle * Guile * p11-kit @@ -49,14 +48,18 @@ apt-get install help2man gtk-doc-tools valgrind apt-get install guile-2.0-dev libtasn1-6-dev apt-get install libidn11-dev gawk gperf apt-get install libunbound-dev dns-root-data bison +apt-get install automake autogen nettle-dev libp11-kit-dev ``` -You will sometimes need to install more recent versions of Automake, -Nettle, P11-kit and Autogen, which you will need to build from -sources. If your system has the recent versions, you could do: +Sometimes, you may need to install more recent versions of Automake, +Nettle, P11-kit and Autogen, which you will need to build from sources. + +Dependencies that are used during make check: +* Valgrind (optional) +* Libasan (optional) ``` -apt-get install automake autogen nettle-dev libp11-kit-dev +apt-get install valgrind libasan1 ``` For basic interoperability testing you may want to install openssl -- cgit v1.2.1