Very rough usage instructions
- Obtain and configure Conan2. Either follow instructions here or use system package manager.
- Configure your conan build profile. You can auto detect one with
conan profile detect
- Create build dir.
mkdir build && cd build
- Install deps.
conan install .. --build missing
- Build
conan build ..
. Alternativelycd Release
thenmake
orcmake --build .
- Run with
./renderer-app
. Configure options by editingrender-config.json