aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-26 09:14:14 -0400
committerfanquake <fanquake@gmail.com>2019-11-18 08:56:48 -0500
commita4eb83961965347792e9ac75928aae359d5f7405 (patch)
treeb6493ff11b9987c71b79db0095e0ed5bf1f26bd1 /build_msvc
parent648b2e3c3288ee0b83d4089d27fa7f84a73d118e (diff)
downloadbitcoin-a4eb83961965347792e9ac75928aae359d5f7405.tar.xz
doc: remove OpenSSL from build instructions and licensing info
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_msvc/README.md b/build_msvc/README.md
index 59be5298ad..704470cac8 100644
--- a/build_msvc/README.md
+++ b/build_msvc/README.md
@@ -12,7 +12,7 @@ Quick Start
The minimal steps required to build Bitcoin Core with the msbuild toolchain are below. More detailed instructions are contained in the following sections.
```
-vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl zeromq berkeleydb rapidcheck double-conversion
+vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent zeromq berkeleydb rapidcheck double-conversion
py -3 build_msvc\msvc-autogen.py
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
```
@@ -33,7 +33,6 @@ The [external dependencies](https://github.com/bitcoin/bitcoin/blob/master/doc/d
- Boost
- DoubleConversion
- libevent
-- OpenSSL
- Qt5
- RapidCheck
- ZeroMQ