summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-08-06 12:07:47 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-08-06 12:07:47 +0000
commite6c99320a8af3e7287d79e933877e06fce7c9b2c (patch)
tree54732868a2166cdfbf379e90395c2acc4f5a1cb7
parent252540a79285e886bfdf0f1688da919cd0565743 (diff)
parente2e9d29dd0ffb6b3256c8692a82df85230f18c9b (diff)
downloadgnutls-e6c99320a8af3e7287d79e933877e06fce7c9b2c.tar.gz
Merge branch 'patch-1' into 'master'
Notes about Ubuntu specific software versions not available. See merge request gnutls/gnutls!1029
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 691093cc11..c6eee4f2ce 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,9 @@ apt-get install -y libunbound-dev dns-root-data bison gtk-doc-tools
apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-utils
```
+__NOTE:__ Some software versions might not be available in older releases, e.g. `nettle-dev`.
+Available backport repos, APT-Pinning or source code compilating can be used to install these versions (and dependencies) from a newer release.
+
Fedora/RHEL:
```
yum install -y dash git autoconf libtool gettext-devel automake autogen patch
@@ -86,8 +89,14 @@ and mbedtls.
Debian/Ubuntu:
```
-apt-get install -y valgrind libasan1 libubsan0 nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev expect
-apt-get install -y dieharder libpolarssl-runtime openssl abigail-tools socat net-tools ppp lockfile-progs
+apt-get install -y valgrind nodejs softhsm2 datefudge lcov libssl-dev libcmocka-dev expect
+apt-get install -y dieharder openssl abigail-tools socat net-tools ppp lockfile-progs
+```
+
+__NOTE:__ `libubsan0` and `libasan1` are required on older versions of Ubuntu <= 16.04. This packages must be manually added on these versions:
+
+```
+apt-get install -y v libubsan0 libasan1
```
Fedora/RHEL: