Commit 365e08

2026-03-16 07:36:43 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 51,4 51,11 @@
```
docker run -it -v ./:C:\pointcaster -w C:\pointcaster pointcaster-win
```
+ And from inside:
+ ```pwsh
+ cmake --preset linux-release
+ cmake --build build/linux-release
+ cmake --build build/linux-release --target install
+ cmake --build build/linux-release --target package
+ ```
### Windows Builds in an IDE
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