Skip to content

Commit fe63d79

Browse files
committed
Merge #18212: doc: add missing step in win deployment instructions
7644567 Add missing step in win deployment instructions (Dan Gershony) Pull request description: As explained in #17864 there is a missing step that was required to finish the compilation for Bitcoin Core on Windows. ACKs for top commit: sipsorcery: ACK 7644567. Tree-SHA512: 0d9ed248f511ea4f440d6c2f3e1235abbb3f9c0c576ca715df3cda91682d668991001197930e687ee48709eedbcf148d8ac9236464e9ce1d2ed15d8b3b4b252d
2 parents 1615043 + 7644567 commit fe63d79

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)