diff options
author | fanquake <fanquake@gmail.com> | 2021-11-08 15:43:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-11-08 15:43:47 +0800 |
commit | ddc90293c1bf84608adcbc9a86bc9b0b80b5c408 (patch) | |
tree | d2650135c640be8eb00f6472c20036739cc0648c | |
parent | 170e2687ba00114abddbe0470319ba643b13db34 (diff) | |
parent | 78e36700a0b42f558af2be567eab9fbf6c9ef0b1 (diff) |
Merge bitcoin/bitcoin#23464: doc: remove mention of system univalue from build-unix.md
78e36700a0b42f558af2be567eab9fbf6c9ef0b1 doc: remove mention of system univalue (fanquake)
Pull request description:
Should have been part of #22646.
ACKs for top commit:
hebasto:
ACK 78e36700a0b42f558af2be567eab9fbf6c9ef0b1
Tree-SHA512: a5d54d73526033825ce4467cc3c57c26064739eef546556975a4c6f1f5bea84004640acd426734f90f98bc7a76ec837d716aa31167f2bdce7ee3887ad92e3152
-rw-r--r-- | doc/build-unix.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index c6082436ed..70bbb3f8af 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -45,7 +45,6 @@ Optional dependencies: libdb4.8 | Berkeley DB | Optional, wallet storage (only needed when legacy wallet enabled) qt | GUI | GUI toolkit (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.0.0) sqlite3 | SQLite DB | Optional, wallet storage (only needed when descriptor wallet enabled) systemtap | Tracing (USDT) | Optional, statically defined tracepoints |