Skip to content

Commit

Permalink
INSTALL.md: Document the vTPM requirements
Browse files Browse the repository at this point in the history
Document the Microsoft TPM build dependencies.

Signed-off-by: Claudio Carvalho <[email protected]>
  • Loading branch information
cclaudio committed Feb 5, 2024
1 parent a31708b commit c6caab2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Documentation/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ Building the SVSM itself requires:
- `x86_64-unknown-none` target toolchain installed (`rustup target add x86_64-unknown-none`)
- `binutils` >= 2.39

Also make sure you have the Microsoft TPM build dependencies installed. On OpenSUSE
you can do this by:
```
$ sudo zypper in system-user-mail make gcc curl patterns-devel-base-devel_basis \
glibc-devel-static git libclang13 autoconf autoconf-archive pkg-config \
automake libopenssl-devel
```

Then checkout the SVSM repository and build the SVSM binary:

```
Expand Down

0 comments on commit c6caab2

Please sign in to comment.