From f92b90ae9a377dc6c7aaa2ec89b5d346ba6c9061 Mon Sep 17 00:00:00 2001 From: OmniaX-Dev Date: Mon, 9 Sep 2024 03:13:21 +0200 Subject: [PATCH] Updated install instructions for Ubuntu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52cc4cb..4597825 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ open a terminal inside the root directory of the project and run theese two comm open a terminal and run: ``` sudo apt update && sudo apt upgrade -sudo apt install clang gdb make cmake libboost-all-dev libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev libxcb-randr0-dev +sudo apt install build-essential dkms linux-headers-$(uname -r) clang gdb make cmake libssl-dev libboost-all-dev libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev libxcb-randr0-dev ``` **Step 2:**