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
dbe2ce
Commit
dbe2ce
2026-07-19 10:56:46
Matt Hughes
: -/-
development/building pointcaster.md
..
@@ 15,7 15,7 @@
docker build -t pointcaster-linux .
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.
+
The `-v` 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
@@ 47,6 47,8 @@
```
docker run -v ./:C:\pointcaster pointcaster-win .\scripts-build-windows-release.ps1
```
+
The `-v` argument ensures the repository is mounted inside the container.
+
For a development shell:
```
docker run -it -v ./:C:\pointcaster pointcaster-win powershell
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