mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Added Arch Deps
Updated linux Build instructions with Arch deps
This commit is contained in:
parent
1f86daa55d
commit
4448adffac
1 changed files with 10 additions and 0 deletions
10
BUILD.md
10
BUILD.md
|
@ -31,4 +31,14 @@ For ubuntu and most derivatives:
|
||||||
6) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
6) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
||||||
8) `ninja`
|
8) `ninja`
|
||||||
|
|
||||||
|
For Arch and most derivatives:
|
||||||
|
|
||||||
|
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
||||||
|
2) `sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm`
|
||||||
|
3) Run `git clone --recursive https://github.com/cemu-project/Cemu`
|
||||||
|
4) `cd Cemu`
|
||||||
|
5) `mkdir build && cd build`
|
||||||
|
6) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G Ninja -DCMAKE_MAKE_PROGRAM=/usr/bin/ninja`
|
||||||
|
8) `ninja`
|
||||||
|
|
||||||
Build instructions for other distributions will be added in the future!
|
Build instructions for other distributions will be added in the future!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue