update requirements

This commit is contained in:
rjindael 2023-07-17 16:56:47 -07:00
parent e037bc3461
commit ae531106e9
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
3 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,6 @@ add_compile_options(-Wno-attributes -Wno-return-type) # Ignore warnings generate
find_package(Boost REQUIRED)
find_package(OGRE REQUIRED COMPONENTS Bites CONFIG)
find_package(pugixml REQUIRED)
add_subdirectory(Projects)

View File

@ -48,7 +48,5 @@ add_library(Engine STATIC
Source/Rendering/Adorn.cpp
)
find_package(pugixml REQUIRED)
target_include_directories(Engine PUBLIC ${BOOST_INCLUDE_DIRS} Header/)
target_link_libraries(Engine PUBLIC ${BOOST_LIBRARIES} pugixml OgreBites Luau.Analysis Luau.Ast Luau.Compiler Luau.VM)

View File

@ -19,7 +19,8 @@ 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/)
- [Ogre](https://github.com/OGRECave/ogre)
- [OGRE](https://github.com/OGRECave/ogre)
- [pugixml](https://github.com/zeux/pugixml)
- [Qt 6](https://www.qt.io/product/qt6) (if building the player or studio projects)
For Windows: