Commit 9ee8e1c0 authored by Greg Williams's avatar Greg Williams
Browse files

Added details on building/installing json-c from bundled source in git submodule.

parent 0a0b3faf
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -24,12 +24,16 @@ Prerequisites
            * `> brew install openssl`
* [json-c](https://github.com/json-c/json-c) for JSON-formatted ACL definition files
    * Installation
        * via package manager
            * Linux (using apt-get)
                * `> sudo apt-get install json-c`
            * Linux (using yum)
                * `> sudo yum install json-c`
            * OSX (using [Homebrew](http://brew.sh/))
                * `> brew install openssl`
        * via Git submodule (from bundled source)
            * `> make json`
            * `> sudo make install_json`
            
A release of OpenSSL that provides TLS 1.1 or newer is required.