mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Merge #18264: build: Remove Boost Chrono
ad345909b2doc: remove Boost Chrono from install docs (fanquake)e21fa542b1test: remove Boost Chrono installation from CI (fanquake)bd37f2bc26build: remove Boost Chrono detection from build system (fanquake)1d0a87e712build: remove chrono package from depends Boost (fanquake) Pull request description: We no longer use Boost Chrono. ACKs for top commit: practicalswift: ACKad345909b2MarcoFalke: ACKad345909b2kallewoof: ACKad345909b2Tree-SHA512: d987ab5461c76c982318c65ec8d625094356716b79fd3a462beea75f07db0f82608ace13ec4c4b0233f352508715a4505ac2b4ed1c1e9d9d78f0da936b80f0f3
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user