diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-19 18:48:17 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-19 18:48:17 +0100 |
| commit | b311fd3747e3d3fa2b4e8daf54cc91f4de44a3cf (patch) | |
| tree | 0866fca4d58476cc6b75c66aada8dbde08b8f6a6 /doc | |
| parent | c66d33a45741eee13c57efb841769a94b577e1a9 (diff) | |
docs(init): add glfw as macOS brew dependency
project_init.sh now checks/installs both wgpu-native and glfw via brew.
HOWTO.md documents the macOS prerequisites before the build steps.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/HOWTO.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HOWTO.md b/doc/HOWTO.md index bfb47fd..e44978d 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -6,6 +6,13 @@ Quick reference for common tasks. ## Building +### macOS Prerequisites + +```bash +brew install wgpu-native glfw +./scripts/project_init.sh # fetches miniaudio, glfw3webgpu +``` + ### Workspace Selection ```bash # Main demo (default) |
