Include build-essential as ubuntu/debian dependencies

This commit is contained in:
uranuspucksaxophone 2022-09-03 22:15:16 +02:00 committed by GitHub
parent f3c70e69b4
commit e3116bec0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ To compile Cemu, a recent enough compiler and STL with C++20 support is required
### Installing dependencies ### Installing dependencies
#### For Ubuntu and derivatives: #### For Ubuntu/Debian and derivatives:
`sudo apt install -y git curl cmake ninja-build nasm libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev libpulse-dev` `sudo apt install -y git curl build-essential cmake ninja-build nasm libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev libpulse-dev`
Additionally, for ubuntu 20.04 only: Additionally, for ubuntu 20.04 only:
- `sudo apt install -y clang-12` - `sudo apt install -y clang-12`
- At step 3 while building, use - At step 3 while building, use