summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-13 10:10:23 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-03-13 10:10:23 +0100
commit63f7327c2cb4829773970100579900978013baf4 (patch)
tree579a173c8e648d89d1897b683a03c863d76a5cea /README.md
parentbc27b28a09c16ddcc6521630619964eab1865b65 (diff)
downloadgnutls-63f7327c2cb4829773970100579900978013baf4.tar.gz
added libasan as dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
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 <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