]> git.proxmox.com Git - swtpm.git/blobdiff - INSTALL
tests: Use the IBM TSS2 v1.5.0's test suite
[swtpm.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e40de7fa5a62c8060e69bd490c6346b9e6bd59c6..d314cc57440f828fb3abbf0064c2ea7fd45fd639 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -13,11 +13,12 @@ Building and running the swtpm has dependencies on the following packages:
 - fuse-devel
 - glib2
 - glib2-devel
-- gmp
-- gmp-devel
-- nss-devel
 - net-tools
+- python3
+- python3-twisted
 - selinux-policy-devel
+- trousers
+- tpm-tools
 - gnutls
 - gnutls-devel
 - libtasn1
@@ -40,12 +41,12 @@ the above dependencies:
 
 On Ubuntu use the following command:
 
- - sudo mk-build-deps --install ./dist/control
+ - sudo mk-build-deps --install ./debian/control
 
 
 Use the following sequence to build and install the Software TPM.
 
-./bootstrap.sh
+./autogen.sh
 ./configure --prefix=/usr
 make
 make check
@@ -54,7 +55,7 @@ make install
 
 To build an rpm on a Fedora or RHEL host do:
 
-./bootstrap.sh
+./autogen.sh
 ./configure
 make dist
 mkdir -p ~/rpmbuild/SOURCES
@@ -64,5 +65,5 @@ rpmbuild -ba dist/swtpm.spec
 
 To build a Debian package on a Debian compatible host do:
 
-echo "libtpms 0 libtpms" > ./debian/shlibs.local
+echo "libtpms0 libtpms" > ./debian/shlibs.local
 debuild -us -uc