Skip to content

717: Windows build documentation updates #733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/build_system/config_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You must install Python 3.10 using the official Python installer. The latest ver
On the [Python 3.10 page](https://www.python.org/downloads/release/python-31011), scroll down and download the correct version for your Windows. Typically,
the correct version will be **Windows installer (64-bit)**.

### 3.2 VFX Reference Platform 2023
### 3.2 VFX Reference Platform 2024
Same as VFX 2023 but download and install the latest [Python 3.11 with binaries](https://www.python.org/downloads/release/python-3119/).

### 3.3 Installation
Expand Down Expand Up @@ -271,7 +271,9 @@ MSYS2 is only used for convenience as it comes with a package manager with utili
### 7.1 Install required MSYS2 pacman packages

````{note}
The MSYS2 MingGW64 terminal MUST be used.\
The MSYS2 MingGW64 (mingw64.exe) terminal MUST be used.\
Other executables such as MSYS2 (msys2.exe) or MSYS2 MingGW32 (mingw32.exe) will not work.\

![MSYS2-MinGW64](../images/rv-msys2-mingw64-shortcut.png)

````
Expand Down
Loading