Commit 77dd37

2026-01-21 03:38:38 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 17,14 17,18 @@
For a development shell, invoke `bash` or `fish`, where you can configure and build using `cmake`:
```
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
+ cmake --preset linux-release
+ cmake --build build/linux-release
+ cmake --build build/linux-release --target install
+ 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.
+ ### Devcontainer
+ The docker image is used as a base for a [devcontainer](https://containers.dev/) in IDEs that support it.
+
## 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