Instructions on building installing from source.
Step one is to satisfy the following dependencies:
- LibYAML
- libtpm2-esapi
- libtpm2-mu
- cmocka (optional for testing)
- cryptography
- pyyaml
- pyasn1
- pyasn1_modules
- python2 or python3
- tpm2-tools >= 4.0
- bash (optional for testing)
- pkcs11-tool (optional for testing)
- openssl (optional for testing)
- libp11 (optional for testing)
- java (optional for testing)
- junit (optional for testing)
- hamcrest (optional for testing)
After satisfying the dependencies one invoke the regular autotools build process:
./bootstrap
./configure
make
make install