mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-09-26 11:06:25 -05:00
Add missing step in Linux build guide
This commit is contained in:
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!
|
||||
|
||||
Reference in New Issue
Block a user