Commit 0e9a71

2026-07-19 10:12:59 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 27,7 27,7 @@
Then from inside:
```sh
cmake --preset linux-release
- cmake --build --preset linux-release
+ cmake --build build/linux-release
cmake --install build/linux-release
cpack --preset linux-release
```
@@ 63,7 63,7 @@
And from inside the container:
```sh
cmake --preset windows-release
- cmake --build --preset windows-release
+ cmake --build build/windows-release
cmake --install build/windows-release
cpack --preset windows-release
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9