mirror of
https://github.com/google/go-attestation.git
synced 2025-04-15 15:06:43 +00:00
README: add build dependencies to instructions (#68)
This commit is contained in:
parent
3cc596e3c6
commit
1b270852e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user