From a3b9a452391c947f50de003ac0accfbbeb23e450 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:28:38 +0200 Subject: [PATCH] build.md: Vulkan SDK not necessary anymore --- BUILD.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/BUILD.md b/BUILD.md index e9eac5a8..eaeba572 100644 --- a/BUILD.md +++ b/BUILD.md @@ -5,7 +5,6 @@ Prerequisites: - A recent version of Visual Studio 2022 with CMake tools component - git -- Vulkan SDK ([https://vulkan.lunarg.com/](https://vulkan.lunarg.com/)). Don't forget to restart after installing. 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: -1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly. -2) `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 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` +1) `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) `cd Cemu` +4) `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) `ninja` Build instructions for other distributions will be added in the future!