summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-25 11:43:08 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-07-25 12:51:01 +0200
commitf587ad4f5b34f3fe50045e79c8f72ccb59e9ea82 (patch)
tree485ee30a8231862fc654798e556114e766bf6c31 /README.md
parent96026ab530bc20140c457b3648dadb6ec194bdcf (diff)
downloadgnutls-f587ad4f5b34f3fe50045e79c8f72ccb59e9ea82.tar.gz
mention ubsan in README [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd21c79f56..4d3f6abf5c 100644
--- a/README.md
+++ b/README.md
@@ -77,13 +77,13 @@ and polarssl.
Debian/Ubuntu:
```
-apt-get install -y valgrind libasan1 nodejs softhsm datefudge lcov libssl-dev libcmocka-dev
+apt-get install -y valgrind libasan1 libubsan0 nodejs softhsm datefudge lcov libssl-dev libcmocka-dev
apt-get install -y dieharder libpolarssl-runtime openssl abi-compliance-checker
```
Fedora/RHEL:
```
-yum install -y valgrind libasan nodejs softhsm datefudge lcov openssl-devel
+yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel
yum install -y dieharder mbedtls-utils openssl abi-compliance-checker libcmocka-devel
```