From 1f86daa55d41796db771ba2e7fa82e26f02a819e Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 24 Aug 2022 12:34:39 +0200 Subject: [PATCH] Add missing step in Linux build guide --- BUILD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.md b/BUILD.md index 47ee7891..2fd6dbef 100644 --- a/BUILD.md +++ b/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!