mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
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
This commit is contained in:
@@ -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 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
|
py -3 build_msvc\msvc-autogen.py
|
||||||
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
|
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 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
|
- Use Python to generate `*.vcxproj` from Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user