Skip to content

Commit bc55f77

Browse files
committed
Add notes for VS 2026 to BUILDING.md
1 parent 4bda2f9 commit bc55f77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILDING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Other instructions may be found [here](https://wiki.rpcs3.net/index.php?title=Bu
88
### Windows 10 or later
99

1010
The following tools are required to build RPCS3 on Windows 10 or later:
11-
- [Visual Studio 2022](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community)
11+
- [Visual Studio 2022/2026](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community)
1212
- **Optional** - [CMake 3.28.0+](https://www.cmake.org/download/) (add to PATH)
1313

1414
**NOTES:**
15-
- **Visual Studio 2022** integrates **CMake 3.29+** and it also supports both the `sln` solution (`.sln`, `.vcxproj`) and `CMake` solution (`CMakeLists.txt`, `CMakePresets.json`).
15+
- **Visual Studio 2026** needs at least **CMake 4.2.0+**.
16+
- **Visual Studio 2022/2026** integrates **CMake 3.29+** and it also supports both the `sln` solution (`.sln`, `.vcxproj`) and `CMake` solution (`CMakeLists.txt`, `CMakePresets.json`).
1617
See sections [Building with Visual Studio sln solution](#building-with-visual-studio-sln-solution) and [Building with Visual Studio CMake solution](#building-with-visual-studio-cmake-solution)
1718
on how to build the project with **Visual Studio**.
1819
- Install and use this standalone **CMake** tool just in case of your preference. See section [Building with standalone CMake tool](#building-with-standalone-cmake-tool) on how to build the project

0 commit comments

Comments
 (0)