aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-30 16:27:27 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-30 16:24:02 -0400
commitfa439e88af944082875e1fdb1cd8bb5a74b88b56 (patch)
treed17749e400e5be1dba10d2d6b6c8ad79ac02fdba /src/univalue/README.md
parent341e8d355d1a74aadb3a88a12a58cfda6ca262bc (diff)
parentfa0b3da36cd7cf0aada22f2d459296b81274c2f9 (diff)
downloadbitcoin-fa439e88af944082875e1fdb1cd8bb5a74b88b56.tar.xz
Update univalue subtree
Diffstat (limited to 'src/univalue/README.md')
-rw-r--r--src/univalue/README.md21
1 files changed, 5 insertions, 16 deletions
diff --git a/src/univalue/README.md b/src/univalue/README.md
index 36aa786a4c..7c62c33970 100644
--- a/src/univalue/README.md
+++ b/src/univalue/README.md
@@ -12,21 +12,10 @@ an arbitrary depth.
This class is aligned with the JSON standard, [RFC
7159](https://tools.ietf.org/html/rfc7159.html).
-## Installation
+## Library usage
-This project is a standard GNU
-[autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html)
-project. Build and install instructions are available in the `INSTALL`
-file provided with GNU autotools.
-
-```
-$ ./autogen.sh
-$ ./configure
-$ make
-```
-
-## Design
-
-UniValue provides a single dynamic RAII C++ object class,
-and minimizes template use (contra json_spirit).
+This is a fork of univalue used by Bitcoin Core. It is not maintained for usage
+by other projects. Notably, the API may break in non-backward-compatible ways.
+Other projects looking for a maintained library should use the upstream
+univalue at https://github.com/jgarzik/univalue.