aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorDan Gershony <[email protected]>2020-02-27 15:11:30 +0100
committerGitHub <[email protected]>2020-02-27 15:11:30 +0100
commit76445677586a4c2fa72606b662269a4390c2e71f (patch)
treeaed3ad7e8d1dae7b1e774f31471401ff0e459691 /build_msvc
parentMerge #18211: test: Disable mockforward scheduler unit test for now (diff)
downloaddiscoin-76445677586a4c2fa72606b662269a4390c2e71f.tar.xz
discoin-76445677586a4c2fa72606b662269a4390c2e71f.zip
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
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index e5aaf57ab..d4e710d55 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -13,6 +13,7 @@ The minimal steps required to build Bitcoin Core with the msbuild toolchain are
```
vcpkg install --triplet x64-windows-static berkeleydb boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent[thread] rapidcheck zeromq double-conversion
+vcpkg integrate install
py -3 build_msvc\msvc-autogen.py
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
```
@@ -56,6 +57,7 @@ The instructions below use `vcpkg` to install the dependencies.
```
PS >.\vcpkg install --triplet x64-windows-static $(Get-Content -Path build_msvc\vcpkg-packages.txt).split()
+PS >.\vcpkg integrate install
```
- Use Python to generate `*.vcxproj` from Makefile