diff options
author | fanquake <fanquake@gmail.com> | 2021-02-17 09:04:20 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-17 09:04:20 +0800 |
commit | cad8b527eaf7a93877e2249960866fd4db2d1c14 (patch) | |
tree | 73dcf875bd9d3fb2698019c0efb8dac1bd6a42a9 /doc/build-unix.md | |
parent | 7c8e605bf4207d176e3a706f8928fae557e49a24 (diff) |
build: explicitly install libboost-dev package
This package is currently installed as a side-effect of installing our
other libboost-*-dev packages. However as those continue to dissapear,
it makes sense to install boost dev explicitly.
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 150b447e68..07fb9c453e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -82,7 +82,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-test-dev + sudo apt-get install libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev BerkeleyDB is required for the wallet. |