Commit bfbb40

2026-04-07 07:59:44 Matt Hughes: -/-
development/building pointcaster.md ..
@@ 66,5 66,10 @@
```
### Windows Builds in an IDE
#### Development 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~~
+ To build Pointcaster on Windows using an IDE like Visual Studio, you'll need to install the following libraries on your host:
+ - Qt ~~QtVersion~~, with the 'shadertools', 'quick3d' and 'tasktree' modules
+ - oneAPI Threading Building Blocks (oneTBB) ~~TbbVersion~~
+ - Python ~~PythonVersion~~
+ - Jinja ~~Jinja2Version~~
+
+ Additionally, your environment will need CMake, MSVC from Visual Studio 2022, vcpkg and Ninja.
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