File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ The minimal steps required to build Bitcoin Core with the msbuild toolchain are
13
13
14
14
```
15
15
vcpkg install --triplet x64-windows-static berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] rapidcheck zeromq double-conversion
16
+ vcpkg integrate install
16
17
py -3 build_msvc\msvc-autogen.py
17
18
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
18
19
```
@@ -56,6 +57,7 @@ The instructions below use `vcpkg` to install the dependencies.
56
57
57
58
```
58
59
PS >.\vcpkg install --triplet x64-windows-static $(Get-Content -Path build_msvc\vcpkg-packages.txt).split()
60
+ PS >.\vcpkg integrate install
59
61
```
60
62
61
63
- Use Python to generate ` *.vcxproj ` from Makefile
You can’t perform that action at this time.
0 commit comments