doc: Add UniValue to build instructions
This commit is contained in:
parent
ab22705a7b
commit
5d3b29bc00
1 changed files with 1 additions and 0 deletions
|
@ -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 (if missing, bundled version will be used)
|
||||
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*.
|
||||
|
|
Loading…
Reference in a new issue