Skip to content

Commit 5237850

Browse files
committed
Modify build instructions to work with Command Prompt as well as
PowerShell; other minor changes
1 parent 6d0a147 commit 5237850

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

build_msvc/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,13 @@ Additional dependencies required from the [bitcoin-core](https://github.com/bitc
3131

3232
Building
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.

0 commit comments

Comments
 (0)