File tree Expand file tree Collapse file tree 12 files changed +5
-31
lines changed Expand file tree Collapse file tree 12 files changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Quick Start
12
12
The minimal steps required to build Bitcoin Core with the msbuild toolchain are below. More detailed instructions are contained in the following sections.
13
13
14
14
```
15
- vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl zeromq berkeleydb rapidcheck double-conversion
15
+ vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent zeromq berkeleydb rapidcheck double-conversion
16
16
py -3 build_msvc\msvc-autogen.py
17
17
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
18
18
```
@@ -33,7 +33,6 @@ The [external dependencies](https://github.com/bitcoin/bitcoin/blob/master/doc/d
33
33
- Boost
34
34
- DoubleConversion
35
35
- libevent
36
- - OpenSSL
37
36
- Qt5
38
37
- RapidCheck
39
38
- ZeroMQ
Original file line number Diff line number Diff line change @@ -84,5 +84,3 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th
84
84
License
85
85
---------------------
86
86
Distributed under the [ MIT software license] ( /COPYING ) .
87
- This product includes software developed by the OpenSSL Project for use in the [ OpenSSL Toolkit] ( https://www.openssl.org/ ) . This product includes
88
- cryptographic software written by Eric Young (
[ [email protected] ] ( mailto:[email protected] ) ), and UPnP software written by Thomas Bernard.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This guide does not contain instructions for building the GUI.
11
11
You will need the following dependencies, which can be installed as root via pkg:
12
12
13
13
``` shell
14
- pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgconf
14
+ pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf
15
15
16
16
git clone https://github.com/bitcoin/bitcoin.git
17
17
```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
19
19
20
20
## Dependencies
21
21
``` shell
22
- brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config python qt libevent qrencode
22
+ brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode
23
23
```
24
24
25
25
See [ dependencies.md] ( dependencies.md ) for a complete overview.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ built by default.
127
127
128
128
Build requirements:
129
129
130
- sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
130
+ sudo dnf install gcc-c++ libtool make autoconf automake libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
131
131
132
132
Optional (see ` --with-miniupnpc ` and ` --enable-upnp-default ` ):
133
133
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
17
17
| libpng | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
18
18
| librsvg | | | | | |
19
19
| MiniUPnPc | [ 2.0.20180203] ( http://miniupnp.free.fr/files ) | | No | | |
20
- | OpenSSL | [ 1.0.1k] ( https://www.openssl.org/source ) | | Yes | | |
21
20
| PCRE | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
22
21
| Python (tests) | | [ 3.5] ( https://www.python.org/downloads ) | | | |
23
22
| qrencode | [ 3.4.4] ( https://fukuchi.org/works/qrencode ) | | No | | |
Original file line number Diff line number Diff line change @@ -113,7 +113,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
113
113
This is experimental software.
114
114
Distributed under the MIT software license, see the accompanying file COPYING
115
115
or <https://opensource.org/licenses/MIT>
116
-
117
- This product includes software developed by the OpenSSL Project for use in the
118
- OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
119
- Eric Young and UPnP software written by Thomas Bernard.
Original file line number Diff line number Diff line change @@ -608,7 +608,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
608
608
This is experimental software.
609
609
Distributed under the MIT software license, see the accompanying file COPYING
610
610
or <https://opensource.org/licenses/MIT>
611
-
612
- This product includes software developed by the OpenSSL Project for use in the
613
- OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
614
- Eric Young and UPnP software written by Thomas Bernard.
Original file line number Diff line number Diff line change @@ -114,7 +114,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
114
114
This is experimental software.
115
115
Distributed under the MIT software license, see the accompanying file COPYING
116
116
or <https://opensource.org/licenses/MIT>
117
-
118
- This product includes software developed by the OpenSSL Project for use in the
119
- OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
120
- Eric Young and UPnP software written by Thomas Bernard.
Original file line number Diff line number Diff line change @@ -61,7 +61,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
61
61
This is experimental software.
62
62
Distributed under the MIT software license, see the accompanying file COPYING
63
63
or <https://opensource.org/licenses/MIT>
64
-
65
- This product includes software developed by the OpenSSL Project for use in the
66
- OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
67
- Eric Young and UPnP software written by Thomas Bernard.
You can’t perform that action at this time.
0 commit comments