We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03046bc commit 9a513d3Copy full SHA for 9a513d3
Environment-Notes.md
@@ -28,14 +28,30 @@ brew install clang-format cppcheck make vcpkg
28
29
```
30
31
+## Windows (MinGW)
32
+
33
+### Install vcpkg
34
35
+https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-powershell
36
37
+### Configure vcpkg
38
39
+Set default host triplet to MinGW as follows:
40
41
+https://learn.microsoft.com/en-us/vcpkg/users/config-environment#vcpkg_default_host_triplet
42
43
+Then check value:
44
45
+```
46
+VCPKG_DEFAULT_HOST_TRIPLET=x64-mingw-dynamic
47
48
49
## IDE: VSCode Notes
50
51
### Enable debugging with VSCode
52
53
<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
54
-
55
## Visual Studio Code extensions
56
57
Suggested for a C++ stack
0 commit comments