Updated install instructions for Ubuntu

This commit is contained in:
OmniaX-Dev 2024-09-09 03:13:21 +02:00
parent 76cfbf9341
commit f92b90ae9a

View file

@ -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:**