From 488f53512f4b296e70b4f58a0dbaa625a2213235 Mon Sep 17 00:00:00 2001 From: Michael Preisach Date: Fri, 14 Aug 2020 23:23:25 +0200 Subject: [PATCH] added required packages for building tpm2-tss --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5543e6d..ba3ee03 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ From Ubuntu 20.10 and later, installing `libtss2-dev` should work. For Ubuntu 20.04, this should be built from source: ``` +# Install further required packages for building this lib +apt install autoconf autoconf-archive libcmocka0 libcmocka-dev procps iproute2 \ + pkg-config libtool libssl-dev uthash-dev libjson-c-dev libini-config-dev # Build the tpm2-tss lib from source ../.travis/install-tpm2-tss.sh ./tpm2-tss /usr ```