From b8302448c2c9fdf667f23e05b8d31dae90bb3ca5 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:41:25 -0300 Subject: [PATCH] Update BUILD.md --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index 120a6b35..c382a992 100644 --- a/BUILD.md +++ b/BUILD.md @@ -22,12 +22,15 @@ You can also skip steps 3-5 and open the root folder of the cloned repo directly To compile Cemu, a recent enough compiler and STL with C++20 support is required! We use clang 12, other compilers may work as well. For ubuntu and most derivatives: + `sudo apt install -y libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev clang-12 nasm` For Arch and most derivatives: + `sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm` For Fedora and most derivatives: + `sudo dnf in -y gtk3-devel libsecret-devel libgcrypt-devel systemd-devel freeglut-devel clang12-libs nasm cmake vcpkg perl-core zlib-devel` 1) Make sure vulkansdk is installed and the VULKAN_SDK environment variable is set correctly.