Update build instructions

I am testing the build on Ubuntu 22.04 and found that I needed to add some prereqs.
This commit is contained in:
Dan Roscigno 2023-05-23 09:35:23 -04:00 committed by GitHub
parent 3a955661da
commit fd62a1473c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ The minimum recommended Ubuntu version for development is 22.04 LTS.
### Install Prerequisites {#install-prerequisites}
``` bash
sudo apt-get install git cmake ccache python3 ninja-build nasm yasm gawk
sudo apt-get install git cmake ccache python3 ninja-build nasm yasm gawk lsb-release wget software-properties-common gnupg
```
### Install and Use the Clang compiler