aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJonas Witschel <diabonas@gmx.de>2018-12-27 23:53:21 +0100
committerAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2018-12-28 23:52:08 +0100
commit8b9285df86270bdefd111c99f30c6ced1d31bcf6 (patch)
tree9fed2c33669e283fcc980da2e4add22c7cb2af44 /INSTALL.md
parent061a9234d7ce20ceb1717c1c4c64e61d445d4a54 (diff)
downloadtpm2-tss-8b9285df86270bdefd111c99f30c6ced1d31bcf6.tar.gz
test: replace netstat by ss
netstat is deprecated in favour of ss, see the netstat man page. Signed-off-by: Jonas Witschel <diabonas@gmx.de>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 98ce298c..1cf00cef 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,7 +22,7 @@ The following are dependencies only required when building test suites.
* OpenSSL development libraries and header files
* Unit test suite (see ./configure option --enable-unit):
* cmocka unit test framework, version >= 1.0
-* netstat executable (usually in the net-tools package)
+* ss executable (usually in the iproute2 package)
* Code coverage analysis:
* lcov
* uthash development libraries and header files
@@ -36,7 +36,7 @@ $ sudo apt -y install \
autoconf-archive \
libcmocka0 \
libcmocka-dev \
- net-tools \
+ iproute2 \
build-essential \
git \
pkg-config \