Link Search Menu Expand Document

Build Instructions

  1. Check out the submodules
    git submodule init && git submodule update
    
  2. Create build and log folders
    mkdir build
    
  3. 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.