Skip to content

Commit

Permalink
Merge bitcoin#17: [docs] Update readme
Browse files Browse the repository at this point in the history
ac7e73c [docs] Update readme (John Newbery)

Pull request description:

  bitcoin-core/univalue is not maintained for use by other projects. Update readme to document that.

Tree-SHA512: 9451bf0dd92fe58d1e1f263fc7628e682810cb256b4cdbc7016bfd0a970e0405c46ac71ff96c6c44a02309032cc787bb48d50f26c047c61aa535d73f3e00c563
  • Loading branch information
laanwj committed Dec 20, 2018
2 parents 4577454 + ac7e73c commit 7fba60b
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions README.md
Expand Up @@ -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.

0 comments on commit 7fba60b

Please sign in to comment.