aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 18:49:24 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-02-01 18:49:24 +0000
commit42407ed43ad24ac1016eb457a7b0e720e63188cd (patch)
tree82b2da2a2fabb7773a5a3b94f6b69ae5ffe303e3 /doc/build-unix.md
parentcdcad9fc5f64a4c1d06fa62e6541cc0bb7646f06 (diff)
downloadbitcoin-42407ed43ad24ac1016eb457a7b0e720e63188cd.tar.xz
build-unix: Update UniValue build conditions
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 0f7b5a5f7e..50c12ebef4 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -46,7 +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)
+ 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*.