Skip to content

Commit

Permalink
README: Add build documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Jul 13, 2023
1 parent 2e93b07 commit ad8e228
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,14 @@ Print an existing VMSA binary file as JSON
$ sevctl vmsa show EXISTING-VMSA0.bin
```

## Building

Some packages may need to be installed on the host system in order to build
sevctl.

### Ubuntu
```console
sudo apt install -y pkg-config libssl-dev asciidoctor
```

License: Apache-2.0

0 comments on commit ad8e228

Please sign in to comment.