add version requirements in building.md

This commit is contained in:
briaguya 2022-08-06 05:15:46 -04:00 committed by louist103
parent 7ef3fff869
commit 9a126dec4e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ cd "build/x64"
```
## Linux
1. Requires `gcc, x11, curl, python3, sdl2, libpng, glew, ninja, cmake`
1. Requires `gcc >= 10`, `x11`, `curl`, `python3`, `sdl2 >= 2.0.22`, `libpng`, `glew >= 2.2`, `ninja`, `cmake`, `lld`
**Important: For maximum performance make sure you have ninja build tools installed!**