Skip to content

Commit b1344ea

Browse files
author
MarcoFalke
committed
Merge #16241: docs: add rapidcheck to vcpkg install list
4971be7 docs: add rapidcheck to vcpkg install list (fanquake) Pull request description: Setting up a fresh Windows 10 VM using [this guide](https://github.com/fanquake/core-review/blob/master/windows.md), installing `rapidcheck` and building using the changes in #16235 resulted in a working `bitcoind` and all tests passing. ACKs for commit 4971be: Tree-SHA512: d0cb2d1d6ac5cdecf77c21f9b05e8803266511dbd06cb644352a229d101c7bf63f8022822852877371cce83c414275a850eb9ab6876a61c2fd1061627b7223f7
2 parents 0221420 + 4971be7 commit b1344ea

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

build_msvc/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ Options for installing the dependencies in a Visual Studio compatible manner are
1717
- Download the source code, build each dependency, add the required include paths, link libraries and binary tools to the Visual Studio project files.
1818
- Use [nuget](https://www.nuget.org/) packages with the understanding that any binary files have been compiled by an untrusted third party.
1919

20-
The external dependencies required for the Visual Studio build are (see the [dependencies doc](https://github.com/bitcoin/bitcoin/blob/master/doc/dependencies.md) for versions):
20+
The external dependencies required for the Visual Studio build are (see [dependencies.md](https://github.com/bitcoin/bitcoin/blob/master/doc/dependencies.md) for more info):
2121

22-
- Berkeley DB,
23-
- OpenSSL,
24-
- Boost,
25-
- libevent,
22+
- Berkeley DB
23+
- OpenSSL
24+
- Boost
25+
- libevent
2626
- ZeroMQ
27+
- RapidCheck
2728

28-
Additional dependencies required from the [bitcoin-core](https://github.com/bitcoin-core) github repository are:
29-
- SECP256K1,
29+
Additional dependencies required from the [bitcoin-core](https://github.com/bitcoin-core) GitHub repository are:
30+
- libsecp256k1
3031
- LevelDB
3132

3233
Building
@@ -37,7 +38,7 @@ The instructions below use `vcpkg` to install the dependencies.
3738
- Install the required packages (replace x64 with x86 as required):
3839

3940
```
40-
PS >.\vcpkg install --triplet x64-windows-static boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb secp256k1 leveldb
41+
PS >.\vcpkg install --triplet x64-windows-static boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb secp256k1 leveldb rapidcheck
4142
```
4243

4344
- Use Python to generate *.vcxproj from Makefile

0 commit comments

Comments
 (0)