Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 500 Bytes

BUILDING.md

File metadata and controls

11 lines (9 loc) · 500 Bytes

Building

The library can only be built on Windows. Below are the recommended steps to build it:

  1. Download and install Visual Studio 2022 Community Edition or a newer version.
  2. Download and install CMake 3.23 or a newer version.
  3. Clone this repository.
  4. Clone the dependencies (git submodule update --init --recursive).
  5. Go to the build directory and run cmake ...
  6. Open the solution (RED4ext.sln).
  7. Build the projects.