Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 259 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 259 Bytes

nix-openFrameworks-template

Build

Using nix

nix build ".?submodules=1"

The application executable will be in result/bin/.

Directly using gn

nix develop
gn gen out
ninja -C out

The application executable will be in out/.