diff options
author | fanquake <fanquake@gmail.com> | 2020-12-22 11:55:04 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-03 18:35:52 +0800 |
commit | 07269321f38e46e9e02f16d7cd135ea90692638d (patch) | |
tree | 3309668b659ef00da739bfb2e1f5eb2f78796f9c /doc | |
parent | b87f9c5edf3895df9650131fcf8551c3ad1d7301 (diff) |
build: remove Boost::system usage
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 c1da10b316..38844cdf81 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-dev libboost-system-dev libboost-test-dev + sudo apt-get install libevent-dev libboost-dev libboost-test-dev SQLite is required for the descriptor wallet: |