README: add build dependencies to instructions (#68)

This commit is contained in:
Eric Chiang 2020-11-18 09:24:10 -08:00 committed by GitHub
parent 3cc596e3c6
commit 1b270852e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,15 @@ Talks on this project:
* _"Using TPMs to Cryptographically Verify Devices at Scale"_ - Open Source Summit North America - September 2019 - ([Video](https://www.youtube.com/watch?v=EmEymlA5Q5Q) 39min)
* _"Making Remote Attestation Useful on Linux"_ - Linux Security Summit - September 2019 - ([Video](https://www.youtube.com/watch?v=TKva_h66Ptc) 26min)
## Building
This package requires libtspi to communicate to the TrouSerS daemon for TPM 1.2 support. On
Debian, install libtspi-dev before building:
```
sudo apt-get install -y libtspi-dev
```
## Status
Go-Attestation is under active development and **is not** ready for production use. Expect