Build Instructions
- Check out the submodules
git submodule init && git submodule update
- Create build and log folders
mkdir build
- Build project
cd build cmake .. cmake --build . -- -j4
If you see an error during the
cmake ..
command that Qt or one of the Qt modules could not be found, you can ignore this message as this dependency is optional.