Updated install instructions for Ubuntu
This commit is contained in:
parent
76cfbf9341
commit
f92b90ae9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:**
|
||||
|
|
|
|||
Loading…
Reference in a new issue