diff options
author | fanquake <fanquake@gmail.com> | 2020-03-05 10:07:37 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-03-07 08:34:31 +0800 |
commit | ad345909b2465a65ee023b389fae342088e2f187 (patch) | |
tree | 1fec949d62176aa7856f33098e458ba4e7be48a4 /doc | |
parent | e21fa542b189263ad3a4342d048905d68c3a3507 (diff) |
doc: remove Boost Chrono from install docs
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 e799e709fa..6b51db5f55 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -80,7 +80,7 @@ Build requirements: Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies: - sudo apt-get install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev + sudo apt-get install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev BerkeleyDB is required for the wallet. |