mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Update BUILD.md
This commit is contained in:
parent
8045b3f814
commit
b8302448c2
1 changed files with 3 additions and 0 deletions
3
BUILD.md
3
BUILD.md
|
@ -22,12 +22,15 @@ You can also skip steps 3-5 and open the root folder of the cloned repo directly
|
||||||
To compile Cemu, a recent enough compiler and STL with C++20 support is required! We use clang 12, other compilers may work as well.
|
To compile Cemu, a recent enough compiler and STL with C++20 support is required! We use clang 12, other compilers may work as well.
|
||||||
|
|
||||||
For ubuntu and most derivatives:
|
For ubuntu and most derivatives:
|
||||||
|
|
||||||
`sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
`sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
||||||
|
|
||||||
For Arch and most derivatives:
|
For Arch and most derivatives:
|
||||||
|
|
||||||
`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm`
|
`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm`
|
||||||
|
|
||||||
For Fedora and most derivatives:
|
For Fedora and most derivatives:
|
||||||
|
|
||||||
`sudo dnf in -y gtk3-devel libsecret-devel libgcrypt-devel systemd-devel freeglut-devel clang12-libs nasm cmake vcpkg perl-core zlib-devel`
|
`sudo dnf in -y gtk3-devel libsecret-devel libgcrypt-devel systemd-devel freeglut-devel clang12-libs nasm cmake vcpkg perl-core zlib-devel`
|
||||||
|
|
||||||
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue