Skip to content

Commit

Permalink
Add instruction for installing build-dependencies for RHEL and its co…
Browse files Browse the repository at this point in the history
…mpatible distributions.
  • Loading branch information
sarutak authored and tylerfanelli committed Aug 28, 2023
1 parent c41c917 commit 4b4db02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,9 @@ sevctl.
sudo apt install -y pkg-config libssl-dev asciidoctor
```

### RHEL and its compatible distributions
```console
sudo dnf install -y gcc openssl-devel pkg-config perl perl-FindBin perl-File-Compare
```

License: Apache-2.0

0 comments on commit 4b4db02

Please sign in to comment.