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:
+
Automated Windows builds use [Docker](https://docs.docker.com/engine/install/) to configure the build environment. [`scripts/windows.Dockerfile`](https://github.com/eidetic-av/pointcaster) 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).