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
399d19
Commit
399d19
2026-08-20 01:30:41
Matt Hughes
: -/-
development/building pointcaster.md
..
@@ 70,12 70,6 @@
```
docker run -it -v ./:C:\pointcaster cr.pointcaster.net/pointcaster-dev powershell
```
-
> [!TIP]
-
> You might benefit from passing some docker args to fully utilise available resources, e.g.:
-
> ```sh
-
> docker run --memory=20G --cpus=16 ...
-
> ```
-
And from inside the container:
```sh
cmake --preset windows-release
@@ 83,6 77,12 @@
cmake --build build/windows-release --target install
cmake --build build/windows-release --target package
```
+
> [!TIP]
+
> You might benefit from passing some docker args to fully utilise available resources, e.g.:
+
> ```sh
+
> docker run --memory=20G --cpus=16 ...
+
> ```
+
### Windows Builds in an IDE
#### Development Dependencies
To build Pointcaster on Windows using an IDE like Visual Studio, you'll need to install the following libraries on your host:
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