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 5a71436 commit 73108adCopy full SHA for 73108ad
README.md
@@ -7,10 +7,10 @@
7
1. install packages
8
```
9
.\vcpkg install boost:x64-windows
10
- .\vcpkg install boost::x64-windows-static
+.\vcpkg install boost::x64-windows-static
11
12
- .\vcpkg install openssl:x64-windows
13
- .\vcpkg install openssl:x64-windows-static
+.\vcpkg install openssl:x64-windows
+.\vcpkg install openssl:x64-windows-static
14
15
1. run `.\vcpkg integrate install`
16
1. In visual studio, use `file-open-folder..` instead of creating project
0 commit comments