nits
This commit is contained in:
parent
c37a4fbfcf
commit
ca6fe4396c
|
|
@ -1,2 +1,2 @@
|
|||
# Ignore GLAD generated API files
|
||||
glad.* linguist-vendored
|
||||
glad.* linguist-generated
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue