aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-02-17 09:04:20 +0800
committerfanquake <fanquake@gmail.com>2021-02-17 09:04:20 +0800
commitcad8b527eaf7a93877e2249960866fd4db2d1c14 (patch)
tree73dcf875bd9d3fb2698019c0efb8dac1bd6a42a9 /doc/build-unix.md
parent7c8e605bf4207d176e3a706f8928fae557e49a24 (diff)
downloadbitcoin-cad8b527eaf7a93877e2249960866fd4db2d1c14.tar.xz
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.md2
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.