Compilation - JLouis-B/RedTools GitHub Wiki

To build the project yourself, the following libraries are needed :

  • Qt 5
  • Irrlicht trunk (Irrlicht 1.8.4 and lower aren't supported) that you compile yourself.
    I also recommend to manually apply these changes to Irrlicht :
  1. Enable the DDS loader in IrrCompileConfig.h
  2. Apply this fix to the DDS loader
  • Assimp with IrrAssimp (IrrAssimp is directly integrated into the project) Assimp can be disabled by :
  1. Disabling COMPILE_WITH_ASSIMP in CompileConfig.h
  2. Removing the IrrAssimp files in the W2ENT_QT.pro file

The paths to theses libraries are configured in the W2ENT_QT.pro file of the project

⚠️ **GitHub.com Fallback** ⚠️