Meson is required to build.
Handled by Meson (via pkgconfig or WrapDB):
Included as Git submodules:
Bundled in repo:
- tinyobjloader
- stb image loader and writer
- Material Design Icons Font
- nlohmann/json
First, make sure you've got submodules:
git submodule init
git submodule update
After installing all dependencies, you can use the tasks in .vscode/tasks.json
to quickly setup and build. Or run the following commands:
To setup (run once):
meson setup build
To build:
meson install -C build