diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-01-15 02:19:28 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-01-15 04:34:10 +0000 |
commit | 5d3b29bc00b85c99b07e1ca78ae8cc565f01edcc (patch) | |
tree | 91e172d585305f51d16befe1a2f687ce9abd94a2 /doc/build-unix.md | |
parent | ab22705a7b7796362ad7c6ec8f7465d3a450977f (diff) |
doc: Add UniValue to build instructions
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 159a140608..0f7b5a5f7e 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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*. |