]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Notes about Ubuntu specific software versions not available.
authorKarsten Ohme <k_o_@users.sourceforge.net>
Tue, 18 Jun 2019 12:17:14 +0000 (12:17 +0000)
committerKarsten Ohme <k_o_@users.sourceforge.net>
Fri, 2 Aug 2019 22:54:20 +0000 (00:54 +0200)
Signed-off-by: Karsten Ohme <k_o_@users.sourceforge.net>
README.md

index 691093cc11296d1b4920ad07225227c4dddf733a..c6eee4f2ceefb531b919d97fef7e7dc3870244ae 100644 (file)
--- 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: