diff options
author | fanquake <fanquake@gmail.com> | 2019-10-26 09:14:14 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-18 08:56:48 -0500 |
commit | a4eb83961965347792e9ac75928aae359d5f7405 (patch) | |
tree | b6493ff11b9987c71b79db0095e0ed5bf1f26bd1 /doc/build-unix.md | |
parent | 648b2e3c3288ee0b83d4089d27fa7f84a73d118e (diff) |
doc: remove OpenSSL from build instructions and licensing info
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index d048bdeff5..10c557569c 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -127,7 +127,7 @@ built by default. Build requirements: - sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3 + sudo dnf install gcc-c++ libtool make autoconf automake libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3 Optional (see `--with-miniupnpc` and `--enable-upnp-default`): |