Commit 891c5a

2026-03-14 14:08:46 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 34,3 34,14 @@
> The docker image is used as a base for a [Development Container](https://containers.dev/) in IDEs that support it. Visual Studio Code will automatically install extensions needed for C++, CMake and QML. See the [devcontainer.json](https://github.com/eidetic-av/pointcaster/blob/qt/.devcontainer/devcontainer.json).
## Windows
+ - Enable Hyper-V & Containers Windows Features
+ - Install docker desktop
+ - Switching docker engine:
+ ```pwsh
+ & "$Env:ProgramFiles\Docker\Docker\DockerCli.exe" -SwitchDaemon
+ ```
+ - Win11 version < 24H2 maybe?:
+ ```pwsh
+ docker pull mcr.microsoft.com/windows/server:ltsc2022
+ ```
+ - Only newer win versions can use ltsc2025 maybe?
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