Skip to content

Commit

Permalink
add version requirements in building.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya authored and louist103 committed Aug 7, 2022
1 parent 7ef3fff commit 9a126de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**

Expand Down

0 comments on commit 9a126de

Please sign in to comment.