From: Ken Goldman <kgoldman@us.ibm.com>
To: zohar@linux.ibm.com, maroon@lists.linux.ibm.com,
linux-integrity@vger.kernel.org
Cc: kgold@linux.ibm.com, Ken Goldman <kgoldman@us.ibm.com>
Subject: [PATCH v5 ima-evm-utils 1/3] Expand the INSTALL instructions.
Date: Tue, 3 Aug 2021 16:40:06 -0400 [thread overview]
Message-ID: <20210803204008.29612-2-kgoldman@us.ibm.com> (raw)
In-Reply-To: <20210803204008.29612-1-kgoldman@us.ibm.com>
Add some of the less obvious package, TPM, and TSS prerequisites.
autoreconf -i is required before ./configure
Signed-off-by: Ken Goldman <kgoldman@us.ibm.com>
---
INSTALL | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL
index 007e939..052652d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,10 +9,33 @@ are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
+Prerequisites
+=============
+
+This project has the following prerequisites:
+
+(Ubuntu package names)
+ libkeyutils-dev
+ libtasn1-dev
+ libgmp-dev
+ libnspr4-dev
+ libnss3-dev
+
+These software TPMs are supported:
+ https://sourceforge.net/projects/ibmswtpm2/
+ https://github.com/stefanberger/swtpm
+
+ swtpm depends upon
+ https://github.com/stefanberger/libtpms
+
+Supported TSSes include these. Both are included in some distros.
+ IBM TSS https://sourceforge.net/projects/ibmtpm20tss/
+ Intel TSS
+
Basic Installation
==================
- Briefly, the shell commands `./configure; make; make install' should
+ Briefly, the shell commands `autoreconf -i; ./configure; make; make install' should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package. Some packages provide this
@@ -51,7 +74,7 @@ of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `autoreconf -i' and then `./configure' to configure the package for your system.
Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
--
2.25.1
next prev parent reply other threads:[~2021-08-03 20:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-03 20:40 [PATCH v5 ima-evm-utils 0/3] Add alternative calls to IBM TSS library Ken Goldman
2021-08-03 20:40 ` Ken Goldman [this message]
2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 2/3] Change PCR iterator from int to uint32_t Ken Goldman
2021-08-03 20:40 ` [PATCH v5 ima-evm-utils 3/3] Create alternative tpm2_pcr_read() that uses IBM TSS Ken Goldman
2021-08-11 10:57 ` Mimi Zohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210803204008.29612-2-kgoldman@us.ibm.com \
--to=kgoldman@us.ibm.com \
--cc=kgold@linux.ibm.com \
--cc=linux-integrity@vger.kernel.org \
--cc=maroon@lists.linux.ibm.com \
--cc=zohar@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox