Skip to content

Commit 278751e

Browse files
committed
doc: Remove ssl as a required dependency from build-unix
1 parent 2065ef6 commit 278751e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/build-unix.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ These dependencies are required:
3333

3434
Library | Purpose | Description
3535
------------|------------------|----------------------
36-
libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
3736
libboost | Utility | Library for threading, data structures, etc
3837
libevent | Networking | OS independent asynchronous networking
3938

@@ -81,7 +80,7 @@ Build requirements:
8180

8281
Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies:
8382

84-
sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
83+
sudo apt-get install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
8584

8685
BerkeleyDB is required for the wallet.
8786

0 commit comments

Comments
 (0)