aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2017-08-31 10:51:13 +0200
committerPhilip Tricca <philip.b.tricca@intel.com>2017-09-05 09:05:13 -0700
commitef58b00ca747f3c873f53c268fde88e10a208b44 (patch)
treef410127fe97d46717ccd12ce935fe4a49ceea830 /INSTALL.md
parentdf7bc946914d94965f5a371c3b3638fd0b39fec5 (diff)
downloadtpm2-tss-ef58b00ca747f3c873f53c268fde88e10a208b44.tar.gz
INSTALL.md: Add note on how to build from source in Fedora
The INSTALL.md file has instructions on how to build tpm2-tss from source in other distros, add also a note on the steps needed to do it in Fedora. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e45b7ef4..1138e88f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -33,6 +33,15 @@ $ sudo apt -y install \
autoconf
```
+## Fedora
+
+There is a package already, so the package build dependencies information can be
+used to make sure that the needed packages to compile from source are installed:
+
+```
+$ sudo dnf builddep tpm2-tss
+```
+
# Building From Source
## Bootstrapping the Build
To configure the tpm2.0-tss source code first run the bootstrap script, which