Merge branch 'trunk' of github.com:lrre-foss/rnr into trunk

This commit is contained in:
floralrainfall 2023-07-11 12:42:47 -04:00
commit b9a19068b7
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)