Skip to content

Commit 7644567

Browse files
authored
Add missing step in win deployment instructions
As explained in #17864 there is a missing step that was required to finish the compilation for bitcoin core on windows
1 parent 4502ed7 commit 7644567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_msvc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The minimal steps required to build Bitcoin Core with the msbuild toolchain are
1313

1414
```
1515
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
1617
py -3 build_msvc\msvc-autogen.py
1718
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
1819
```
@@ -56,6 +57,7 @@ The instructions below use `vcpkg` to install the dependencies.
5657

5758
```
5859
PS >.\vcpkg install --triplet x64-windows-static $(Get-Content -Path build_msvc\vcpkg-packages.txt).split()
60+
PS >.\vcpkg integrate install
5961
```
6062

6163
- Use Python to generate `*.vcxproj` from Makefile

0 commit comments

Comments
 (0)