Commit 7187bc

2026-03-16 14:05:40 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 49,7 49,7 @@
```
For a development shell:
```
- docker run -it -v ./:C:\pointcaster -w C:\pointcaster pointcaster-win
+ docker run -it -v ./:C:\pointcaster -w C:\pointcaster pointcaster-win powershell
```
And from inside:
```pwsh
@@ 59,5 59,5 @@
cmake --build build/windows-release --target package
```
### Windows Builds in an IDE
- To build Pointcaster on Windows using a CMake-compatible IDE like Visual Studio, you'll need to install the following dependencies:
+ To build Pointcaster on Windows using a CMake-compatible IDE like Visual Studio, you'll need to manually install the following dependencies on your host:
- Qt ~~QtVersion~~
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