Skip to content

Commit 9a513d3

Browse files
authored
Update Environment-Notes.md
1 parent 03046bc commit 9a513d3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Environment-Notes.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,30 @@ brew install clang-format cppcheck make vcpkg
2828

2929
```
3030

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+
3149
## IDE: VSCode Notes
3250

3351
### Enable debugging with VSCode
3452

3553
<https://github.com/microsoft/vscode-cmake-tools/issues/3034>
3654

37-
38-
3955
## Visual Studio Code extensions
4056

4157
Suggested for a C++ stack

0 commit comments

Comments
 (0)