Commit e07bf3

2026-03-16 07:19:41 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 35,7 35,7 @@
## Windows
### Windows Builds Using Docker
- Automated Windows builds use Docker to configure the build environment. This configures Visual Studio Build Tools along with third-party binary dependencies. This is the supported method for producing release builds for Windows, however if you are looking to develop Pointcaster or a Pointcaster plugin you'll most likely want to [configure your development environment manually]().
+ Automated Windows builds use Docker to configure the build environment. This installs Visual Studio Build Tools along with third-party binary dependencies in an isolated Windows container. This is how release builds are produced, but if you are looking to develop Pointcaster or a Pointcaster plugin you'll most likely want to build and debug using an IDE - in which case you'll need to [configure dependencies manually](#windows-builds-in-an-ide).
build:
```pwsh
docker build -f scripts/windows.Dockerfile -t pointcaster-win .
@@ 45,3 45,4 @@
```
docker run -it -v ./:C:\pointcaster -w C:\pointcaster pointcaster-win
```
+ ### Windows Builds in an IDE
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