Commit 03f05d

2026-07-19 13:52:36 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 26,7 26,7 @@
cmake --preset linux-release
cmake --build build/linux-release
cmake --install build/linux-release
- cpack --preset linux-release
+ cmake --build build/linux-release --target package
```
The install target places a portable build at `build/linux-release/install/bin/pointcaster`, and the package target creates an AppImage at `build/linux-release/Pointcaster-Linux-<version>.AppImage`, both of which can be run from outside the container.
@@ 64,7 64,7 @@
cmake --preset windows-release
cmake --build build/windows-release
cmake --install build/windows-release
- cpack --preset windows-release
+ cmake --build build/windows-release --target package
```
### Windows Builds in an IDE
#### Development Dependencies
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