From 3dd69c67017abbf6bce66fc90b095831258c7af5 Mon Sep 17 00:00:00 2001 From: rj Date: Wed, 19 Jul 2023 22:49:49 -0700 Subject: [PATCH] Update requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0872a0..cad122d 100644 --- a/README.md +++ b/README.md @@ -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)