diff options
| author | fanquake <[email protected]> | 2020-03-05 10:07:37 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2020-03-07 08:34:31 +0800 |
| commit | ad345909b2465a65ee023b389fae342088e2f187 (patch) | |
| tree | 1fec949d62176aa7856f33098e458ba4e7be48a4 | |
| parent | test: remove Boost Chrono installation from CI (diff) | |
| download | discoin-ad345909b2465a65ee023b389fae342088e2f187.tar.xz discoin-ad345909b2465a65ee023b389fae342088e2f187.zip | |
doc: remove Boost Chrono from install docs
| -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 e799e709f..6b51db5f5 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. |