Schönherz Mátrix super module
FMOD matrixsource dependency, check matrixsource\fmod\README.txt for details
Qt 6.x+
C++ 17 compatible compiler
Build tools for Qt(platform dependent):
- MSVC(Desktop development with C++)/MinGW on Windows
- build-essential on Unix/Linux
Using Qt creator: open CMakeLists.txt in the project root folder then build matrix-simple project
Using command line in the project root folder:
cmake -DCMAKE_BUILD_TYPE=Release -B build && cmake --build build
Use the example bellow to add more submodules
git submodule add -b master [URL to Git repo]
Use the command bellow to update all submodules
git submodule update --remote