mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-09 04:02:25 +01:00
Merge #7349: Build against system UniValue when available
42407edbuild-unix: Update UniValue build conditions (Luke Dashjr)cdcad9fLDADD dependency order shuffling (Luke Dashjr)62f7f2eBugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr)2356515Change default configure option --with-system-univalue to "no" (Luke Dashjr)5d3b29bdoc: Add UniValue to build instructions (Luke Dashjr)ab22705Build against system UniValue when available (Luke Dashjr)2adf7e2Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
This commit is contained in:
@@ -46,6 +46,7 @@ Optional dependencies:
|
||||
qt | GUI | GUI toolkit (only needed when GUI enabled)
|
||||
protobuf | Payments in GUI | Data interchange format used for payment protocol (only needed when GUI enabled)
|
||||
libqrencode | QR codes in GUI | Optional for generating QR codes (only needed when GUI enabled)
|
||||
univalue | Utility | JSON parsing and encoding (bundled version will be used unless --with-system-univalue passed to configure)
|
||||
libzmq3 | ZMQ notification | Optional, allows generating ZMQ notifications (requires ZMQ version >= 4.x)
|
||||
|
||||
For the versions used in the release, see [release-process.md](release-process.md) under *Fetch and build inputs*.
|
||||
|
||||
Reference in New Issue
Block a user