From 07269321f38e46e9e02f16d7cd135ea90692638d Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 22 Dec 2020 11:55:04 +0800 Subject: build: remove Boost::system usage --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.3