diff options
| author | MarcoFalke <[email protected]> | 2018-10-04 18:48:16 -0300 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-10-04 18:49:29 -0300 |
| commit | 4ad560dba9b3362b6639e1a1c7898ea9ca946af5 (patch) | |
| tree | f4a118ae2411c3591b0c6e626c97e38514991f68 /doc | |
| parent | Merge #14389: travis: set codespell version to avoid breakage (diff) | |
| parent | doc: miss install (diff) | |
| download | discoin-4ad560dba9b3362b6639e1a1c7898ea9ca946af5.tar.xz discoin-4ad560dba9b3362b6639e1a1c7898ea9ca946af5.zip | |
Merge #14393: doc: add missing apt-get install
86eddd466e doc: miss install (poiuty)
Pull request description:
Tree-SHA512: 2d9a3a5be1f68584e97c7429eb04514456c859422452a2d16bb35b8b1b54a0e4d059444a981d5c753d063bc8edfbe1a3c49740fa96998f0818e3ef5c6c6ff7d5
Diffstat (limited to 'doc')
| -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 916209896..87dade42a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -74,7 +74,7 @@ Build requirements: Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies: - sudo apt-get libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev + sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev BerkeleyDB is required for the wallet. |