diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-02-04 17:43:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-02-04 17:43:19 +0100 |
| commit | 152a8216cc7b170eed26ee4c3a65dbe592e55f05 (patch) | |
| tree | e996b24909e3448d86a77c39057972186b9d16ff /doc | |
| parent | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a... (diff) | |
| parent | build-unix: Update UniValue build conditions (diff) | |
| download | discoin-152a8216cc7b170eed26ee4c3a65dbe592e55f05.tar.xz discoin-152a8216cc7b170eed26ee4c3a65dbe592e55f05.zip | |
Merge #7349: Build against system UniValue when available
42407ed build-unix: Update UniValue build conditions (Luke Dashjr)
cdcad9f LDADD dependency order shuffling (Luke Dashjr)
62f7f2e Bugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr)
2356515 Change default configure option --with-system-univalue to "no" (Luke Dashjr)
5d3b29b doc: Add UniValue to build instructions (Luke Dashjr)
ab22705 Build against system UniValue when available (Luke Dashjr)
2adf7e2 Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
Diffstat (limited to 'doc')
| -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 60c9d57b0..96de098c3 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 (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*. |