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