Update requirements

This commit is contained in:
rj 2023-07-19 22:49:49 -07:00 committed by GitHub
parent 461866a1a4
commit 3dd69c6701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ There are several goals that RNR seeks to accomplish, them being;
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/)
- [OGRE](https://github.com/OGRECave/ogre)
- [Bullet](https://github.com/bulletphysics/bullet3)
- [pugixml](https://github.com/zeux/pugixml)
- [Qt 6](https://www.qt.io/product/qt6) (if building the player or studio projects)