]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
README.md: document lscpu/util-linux dependency for make check
authorRicardo M. Correia <rcorreia@wizy.org>
Wed, 9 Oct 2019 15:37:22 +0000 (17:37 +0200)
committerRicardo M. Correia <rcorreia@wizy.org>
Wed, 9 Oct 2019 15:39:02 +0000 (17:39 +0200)
Closes #764

Signed-off-by: Ricardo M. Correia <rcorreia@wizy.org>
README.md

index c6eee4f2ceefb531b919d97fef7e7dc3870244ae..a080d8fb6a866869a08e69b6a12ab5d52cfc212c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -86,11 +86,12 @@ and mbedtls.
 * [softhsm](https://www.opendnssec.org/softhsm/) (for testing smart card support)
 * [dieharder](https://www.phy.duke.edu/~rgb/General/dieharder.php) (for testing PRNG)
 * [lcov](https://linux-test-project.github.io/) (for code coverage)
+* [util-linux](https://github.com/karelzak/util-linux) or just [lscpu](https://github.com/NanXiao/lscpu) (for CPU feature detection)
 
 Debian/Ubuntu:
 ```
 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
+apt-get install -y dieharder openssl abigail-tools socat net-tools ppp lockfile-progs util-linux
 ```
 
 __NOTE:__ `libubsan0` and `libasan1` are required on older versions of Ubuntu <= 16.04. This packages must be manually added on these versions:
@@ -102,7 +103,7 @@ apt-get install -y v libubsan0 libasan1
 Fedora/RHEL:
 ```
 yum install -y valgrind libasan libasan-static libubsan nodejs softhsm datefudge lcov openssl-devel expect
-yum install -y dieharder mbedtls-utils openssl libabigail libcmocka-devel socat lockfile-progs
+yum install -y dieharder mbedtls-utils openssl libabigail libcmocka-devel socat lockfile-progs util-linux
 ```