From e3116bec0a97f90153bd0ca86909859ebb97f39f Mon Sep 17 00:00:00 2001 From: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com> Date: Sat, 3 Sep 2022 22:15:16 +0200 Subject: [PATCH] Include build-essential as ubuntu/debian dependencies --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 8aa58b7b..98114a98 100644 --- a/BUILD.md +++ b/BUILD.md @@ -24,8 +24,8 @@ To compile Cemu, a recent enough compiler and STL with C++20 support is required ### Installing dependencies -#### For Ubuntu and derivatives: -`sudo apt install -y git curl cmake ninja-build nasm libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev libpulse-dev` +#### For Ubuntu/Debian and derivatives: +`sudo apt install -y git curl build-essential cmake ninja-build nasm libgtk-3-dev libsecret-1-dev libgcrypt20-dev libsystemd-dev freeglut3-dev libpulse-dev` Additionally, for ubuntu 20.04 only: - `sudo apt install -y clang-12` - At step 3 while building, use