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 :
- Enable the DDS loader in IrrCompileConfig.h
- Apply this fix to the DDS loader
- Assimp with IrrAssimp (IrrAssimp is directly integrated into the project) Assimp can be disabled by :
- Disabling COMPILE_WITH_ASSIMP in CompileConfig.h
- 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