The library can only be built on Windows. Below are the recommended steps to build it:
- Download and install Visual Studio 2022 Community Edition or a newer version.
- Download and install CMake 3.23 or a newer version.
- Clone this repository.
- Clone the dependencies (
git submodule update --init --recursive
). - Go to the
build
directory and runcmake ..
. - Open the solution (
RED4ext.sln
). - Build the projects.