Pointcaster User Manual
Attachments
History
Blame
View Source
A - Z
Changelog
Documentation
Toggle dark mode
Login
Menu
pointcaster.net
Home
A - Z
Page Index
Development
Building Pointcaster
Devices
Azure Kinect
Orbbec Femto Mega
Orbbec Pulsar SL450
PLY File Loader
Home
Integrations
TouchDesigner
Unity
Operators
Cluster Extraction
Range Filter
Publishers
MQTT
User Interface
Keyboard Shortcuts
An Otter Wiki
Development
Building Pointcaster
e573a7
Commit
e573a7
2026-07-19 10:56:10
Matt Hughes
: -/-
development/building pointcaster.md
..
@@ 13,15 13,13 @@
The Pointcaster AppImage can be built from the repository root like so:
```sh
docker build -t pointcaster-linux .
-
docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux \
-
./scripts/build-linux-release.sh
+
docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux ./scripts/build-linux-release.sh
```
The `-v` command argument ensures the repository is mounted inside the container.
For a development shell, invoke `bash` or `fish`, where you can configure and build using `cmake`:
```sh
-
docker run --rm -it \
-
-v ./:/pointcaster:Z pointcaster-linux bash
+
docker run --rm -it -v ./:/pointcaster:Z pointcaster-linux bash
```
Then from inside:
```sh
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