diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-13 10:10:23 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-13 10:10:23 +0100 |
commit | 63f7327c2cb4829773970100579900978013baf4 (patch) | |
tree | 579a173c8e648d89d1897b683a03c863d76a5cea /README.md | |
parent | bc27b28a09c16ddcc6521630619964eab1865b65 (diff) | |
download | gnutls-63f7327c2cb4829773970100579900978013baf4.tar.gz |
added libasan as dependency
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -20,7 +20,6 @@ We require several tools to check out and build the software, including: * GTK-DOC <http://www.gtk.org/gtk-doc/> (for API manual) * Git <http://git-scm.com/> * Perl <http://www.cpan.org/> -* Valgrind <http://valgrind.org/> (optional) * Nettle <http://www.lysator.liu.se/~nisse/nettle/> * Guile <http://www.gnu.org/software/guile/> * p11-kit <http://p11-glue.freedesktop.org/p11-kit.html> @@ -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 <http://valgrind.org/> (optional) +* Libasan <https://gcc.gnu.org//> (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 |