Improving README
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<p>JSON-C implements a reference counting object model that allows you to easily
|
<p>JSON-C implements a reference counting object model that allows you to easily
|
||||||
construct JSON objects in C, output them as JSON formatted strings and parse
|
construct JSON objects in C, output them as JSON formatted strings and parse
|
||||||
JSON formatted strings back into the C representation of JSON objects.
|
JSON formatted strings back into the C representation of JSON objects.
|
||||||
It aims to conform to <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a>
|
It aims to conform to <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>Building</h3>
|
<h3>Building</h3>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<pi>Send email to <strong><code>json-c <i><at></i> googlegroups <i><dot></i> com</code></strong></p>
|
<pi>Send email to <strong><code>json-c <i><at></i> googlegroups <i><dot></i> com</code></strong></p>
|
||||||
|
|
||||||
<h3><a href="COPYING">License</a></h3>
|
<h3><a href="COPYING">License</a></h3>
|
||||||
<p>This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..</p>
|
<p>This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ JSON-C - A JSON implementation in C
|
|||||||
JSON-C implements a reference counting object model that allows you to easily
|
JSON-C implements a reference counting object model that allows you to easily
|
||||||
construct JSON objects in C, output them as JSON formatted strings and parse
|
construct JSON objects in C, output them as JSON formatted strings and parse
|
||||||
JSON formatted strings back into the C representation of JSON objects.
|
JSON formatted strings back into the C representation of JSON objects.
|
||||||
It aims to conform to <a href="https://tools.ietf.org/html/rfc7159">RFC 7159</a>
|
It aims to conform to [RFC 7159](https://tools.ietf.org/html/rfc7159).
|
||||||
|
|
||||||
Building on Unix with `git`, `gcc` and `autotools`
|
Building on Unix with `git`, `gcc` and `autotools`
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@@ -28,7 +28,7 @@ Make sure you have a complete `libtool` install, including `libtoolize`.
|
|||||||
|
|
||||||
`json-c` GitHub repo: https://github.com/json-c/json-c
|
`json-c` GitHub repo: https://github.com/json-c/json-c
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
$ git clone https://github.com/json-c/json-c.git
|
$ git clone https://github.com/json-c/json-c.git
|
||||||
$ cd json-c
|
$ cd json-c
|
||||||
$ sh autogen.sh
|
$ sh autogen.sh
|
||||||
@@ -36,7 +36,7 @@ $ sh autogen.sh
|
|||||||
|
|
||||||
followed by
|
followed by
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
@@ -44,7 +44,7 @@ $ make install
|
|||||||
|
|
||||||
To build and run the test programs:
|
To build and run the test programs:
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
$ make check
|
$ make check
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user