mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
Add missing step in Linux build guide
This commit is contained in:
parent
cdba95d92f
commit
1f86daa55d
1
BUILD.md
1
BUILD.md
@ -29,5 +29,6 @@ For ubuntu and most derivatives:
|
||||
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!
|
||||
|
Loading…
Reference in New Issue
Block a user