You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`rust-tpm2-cli` targets the unreleased nightly version [tpm2-tss](https://github.com/tpm2-software/tpm2-tss), which includes significant updates beyond the 4.1.3 release (e.g. Unix domain socket support for the swtpm TCTI).
26
-
To build `tpm2-tss` from source:
25
+
`rust-tpm2-cli` targets [tpm2-tss](https://github.com/tpm2-software/tpm2-tss) v4.1.3 or later.
26
+
27
+
```sh
28
+
sudo apt install -y libtss2-dev pkg-config
29
+
```
27
30
28
-
> [!WARNING]
29
-
> The steps below install a locally-built nightly snapshot under `/usr` with a **fake version tag** (`4.1.999`).
30
-
> This may conflict with a distro-packaged `tpm2-tss` or with future upstream releases, as a package manager may refuse to downgrade from the fake version `4.1.999` to an official but lower version number (e.g., v4.1.4).
31
-
> Once an official release with these features is available in your distribution's packages, you can simply install `tpm2-tss` by running `sudo apt install -y libtss2-dev`.
0 commit comments