Commit 4ab926

2026-01-16 05:30:31 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 1,8 1,6 @@
# Building Pointcaster
- Source code for Pointcaster is available [on Github](https://github.com/eidetic-av/pointcaster).
-
- Start by cloning the repository.
+ Source code for Pointcaster is available [on Github](https://github.com/eidetic-av/pointcaster). Start by cloning the repository.
## Linux
@@ 21,9 19,12 @@
docker run --rm -it -v ./:/pointcaster:Z -w/pointcaster pointcaster bash
# then inside the dev shell:
> cmake --preset linux-release
+ > cmake --build build/linux-release
> cmake --build build/linux-release --target install
+ > cmake --build build/linux-release --target package
+
```
- This places a portable build at `build/linux-release/install/bin/pointcaster` which can be run outside the container.
+ 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.
## Windows
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