File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,13 @@ Additional dependencies required from the [bitcoin-core](https://github.com/bitc
3131
3232Building
3333---------------------
34- The instructions below use vcpkg to install the dependencies.
34+ The instructions below use ` vcpkg ` to install the dependencies.
3535
36- - Clone and vcpkg from the [ github repository] ( https://github.com/Microsoft/vcpkg ) and install as per the instructions in the main README.md.
36+ - Clone ` vcpkg ` from the [ github repository] ( https://github.com/Microsoft/vcpkg ) and install as per the instructions in the main README.md.
3737- Install the required packages (replace x64 with x86 as required):
38- - Install the required dependencies with vcpkg:
3938
4039```
41- PS >.\vcpkg install boost:x64-windows-static `
42- libevent:x64-windows-static `
43- openssl:x64-windows-static `
44- zeromq:x64-windows-static `
45- berkeleydb:x64-windows-static `
46- secp256k1:x64-windows-static `
47- leveldb:x64-windows-static
40+ PS >.\vcpkg install --triplet x64-windows-static boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb secp256k1 leveldb
4841```
4942
5043- Use Python to generate * .vcxproj from Makefile
@@ -53,4 +46,4 @@ The instructions below use vcpkg to install the dependencies.
5346 PS >python msvc-autogen.py
5447```
5548
56- - Build in Visual Studio.
49+ - Build in Visual Studio.
You can’t perform that action at this time.
0 commit comments