diff options
author | Michał Cichoń <michcic@gmail.com> | 2012-05-01 16:05:17 +0200 |
---|---|---|
committer | Michał Cichoń <michcic@gmail.com> | 2012-05-01 16:05:17 +0200 |
commit | 30b6a77f86a35dab16b3bf9b815e089657fc6890 (patch) | |
tree | e428795ca6f70e5eae78e236ec7feb0a986abf8b /json-c/src/README.html | |
parent | c8da87b5718f4637beedbab5ab2ebf24fa1b2039 (diff) | |
download | pianobar-windows-build-30b6a77f86a35dab16b3bf9b815e089657fc6890.tar.gz pianobar-windows-build-30b6a77f86a35dab16b3bf9b815e089657fc6890.tar.bz2 pianobar-windows-build-30b6a77f86a35dab16b3bf9b815e089657fc6890.zip |
Update build environment to comply with latest pianobar requirements.
Replace gcrypt with blowfist library - this will allow us to keep pianobar.exe portable.
Diffstat (limited to 'json-c/src/README.html')
-rw-r--r-- | json-c/src/README.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/json-c/src/README.html b/json-c/src/README.html new file mode 100644 index 0000000..dc696af --- /dev/null +++ b/json-c/src/README.html @@ -0,0 +1,34 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>JSON-C - A JSON implementation in C</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + </head> + <body> + <h2>JSON-C - A JSON implementation in C</h2> + + <h3>Overview</h3> + <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 + JSON formatted strings back into the C representation of JSON objects.</p> + + <h3>Building</h3> + <p>To setup JSON-C to build on your system please run <tt>configure</tt> and <tt>make</tt>.</p> + <p>If you are on Win32 and are not using the VS project file, be sure + to rename <tt>config.h.win32</tt> to <tt>config.h</tt> before building.</p> + + <h3>Documentation</h3> + <P>Doxygen generated documentation exists <a href="doc/html/json__object_8h.html">here</a> + and Win32 specific notes can be found <a href="README-WIN32.html">here</a>.</P> + + <h3><a href="https://github.com/json-c/json-c">GIT Reposository</a></h3> + <p><strong><code>git clone https://github.com/json-c/json-c.git</code></strong></p> + + <h3><a href="http://groups.google.com/group/json-c">Mailing List</a></h3> + <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> + <p>This program is free software; you can redistribute it and/or modify it under the terms of the MIT License..</p> + <hr/> + </body> +</html> |