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
31
31
32
32
Building
33
33
---------------------
34
- The instructions below use vcpkg to install the dependencies.
34
+ The instructions below use ` vcpkg ` to install the dependencies.
35
35
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.
37
37
- Install the required packages (replace x64 with x86 as required):
38
- - Install the required dependencies with vcpkg:
39
38
40
39
```
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
48
41
```
49
42
50
43
- Use Python to generate * .vcxproj from Makefile
@@ -53,4 +46,4 @@ The instructions below use vcpkg to install the dependencies.
53
46
PS >python msvc-autogen.py
54
47
```
55
48
56
- - Build in Visual Studio.
49
+ - Build in Visual Studio.
You can’t perform that action at this time.
0 commit comments