mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 17:19:18 +01:00
build.md: Vulkan SDK not necessary anymore
This commit is contained in:
parent
1d3f62a09c
commit
a3b9a45239
14
BUILD.md
14
BUILD.md
@ -5,7 +5,6 @@
|
|||||||
Prerequisites:
|
Prerequisites:
|
||||||
- A recent version of Visual Studio 2022 with CMake tools component
|
- A recent version of Visual Studio 2022 with CMake tools component
|
||||||
- git
|
- git
|
||||||
- Vulkan SDK ([https://vulkan.lunarg.com/](https://vulkan.lunarg.com/)). Don't forget to restart after installing.
|
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
|
|
||||||
@ -23,12 +22,11 @@ To compile Cemu, a recent enough compiler and STL with C++20 support is required
|
|||||||
|
|
||||||
For ubuntu and most derivatives:
|
For ubuntu and most derivatives:
|
||||||
|
|
||||||
1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.
|
1) `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
||||||
2) `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm`
|
2) Run `git clone --recursive https://github.com/cemu-project/Cemu`
|
||||||
3) Run `git clone --recursive https://github.com/cemu-project/Cemu`
|
3) `cd Cemu`
|
||||||
4) `cd Cemu`
|
4) `mkdir build && cd build`
|
||||||
5) `mkdir build && cd build`
|
5) `cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_C_COMPILER=/usr/bin/clang-12 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-12 -G 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`
|
6) `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…
Reference in New Issue
Block a user