Skip to content

Commit c2ab156

Browse files
committed
CppSetupGuide.dox: update for VS2026
1 parent 3c93792 commit c2ab156

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

doxygen/general_pages/CppSetupGuide.dox

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,20 @@ xcopy C:\meshlib-built\install\app\$(Configuration)\*.dll $(TargetDir)
3535
#### Prerequisites
3636
1. **Git**
3737
- [Install Git](https://git-scm.com/) to manage repositories and submodules, which is also required to install `vcpkg`.
38-
2. **Visual Studio 2019 or 2022**
39-
- [Download and install either Visual Studio 2019 or 2022](https://visualstudio.microsoft.com/). During installation, make sure to:
38+
2. **Visual Studio 2019, 2022 or 2026**
39+
- [Download and install either Visual Studio 2019, 2022 or 2026](https://visualstudio.microsoft.com/). During installation, make sure to:
4040
- Select the "Desktop development with C++" workload.
4141
- Include support for the C++ programming language.
4242
- Ensure the English language pack is installed (required for `vcpkg`).
4343
3. **CUDA Toolkit**
4444
- For **Visual Studio 2019**: Install [CUDA v11.4](https://developer.nvidia.com/cuda-11-4-0-download-archive)
4545
- For **Visual Studio 2022**: Install [CUDA v12.0](https://developer.nvidia.com/cuda-12-0-0-download-archive)
46+
- For **Visual Studio 2026**: Install [CUDA v13.2](https://developer.nvidia.com/cuda-13-2-0-download-archive)
4647
\n Choose the appropriate version based on your Visual Studio installation.
4748
4. **vcpkg**
4849
- To install `vcpkg`, follow these steps:
4950
1. **Open a command prompt (CMD) or PowerShell window**.
50-
2. **Navigate to a directory where you want to install** `vcpkg`:
51+
2. **Navigate to a directory where you want to install** `vcpkg` (please avoid using directories with special characters like `!` in full path):
5152
\code{.cmd}
5253
cd C:\path\to\your\desired\directory
5354
\endcode
@@ -60,7 +61,7 @@ git clone https://github.com/microsoft/vcpkg.git
6061
cd vcpkg
6162
git checkout 2024.10.21
6263
\endcode
63-
If you're using **Visual Studio 2022**, you can use the latest version of vcpkg:
64+
If you're using Visual Studio 2022 or 2026, you can use the latest version of vcpkg:
6465
\code{.cmd}
6566
git checkout 2026.03.18
6667
\endcode

0 commit comments

Comments
 (0)