mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Include build-essential as ubuntu/debian dependencies
This commit is contained in:
parent
f3c70e69b4
commit
e3116bec0a
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue