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