This commit is contained in:
rjindael 2023-07-10 19:13:13 -07:00
parent c37a4fbfcf
commit ca6fe4396c
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
2 changed files with 1 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
# Ignore GLAD generated API files
glad.* linguist-vendored
glad.* linguist-generated

View File

@ -19,7 +19,6 @@ There are several goals that RNR seeks to accomplish, them being;
# Building
RNR uses [CMake](https://cmake.org/) as its build system and [GCC](https://gcc.gnu.org/) as its compiler. To build RNR, you must first have the following packages installed:
- [Boost](https://www.boost.org/)
- [CGLM](https://github.com/recp/cglm)
- [Ogre](https://github.com/OGRECave/ogre)
- [Qt 6](https://www.qt.io/product/qt6) (if building the player or studio projects)