diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-10 21:32:33 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-10 21:32:33 +0100 |
commit | e2f5cb768e3e12b7befbb10d9ce13ad1f922f7cc (patch) | |
tree | 514c9b0ad0c9e8e451d773bef1433221e18eaee8 | |
parent | 9aff11b0f5df01dee0414bd56196ef07cfcac5fb (diff) | |
download | json-rpc-shell-e2f5cb768e3e12b7befbb10d9ce13ad1f922f7cc.tar.gz json-rpc-shell-e2f5cb768e3e12b7befbb10d9ce13ad1f922f7cc.tar.xz json-rpc-shell-e2f5cb768e3e12b7befbb10d9ce13ad1f922f7cc.zip |
Update README
-rw-r--r-- | README.adoc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 3d6968b..be61be0 100644 --- a/README.adoc +++ b/README.adoc @@ -36,8 +36,17 @@ client waits for a message from the server in response. There's no support so far for any protocol extensions, nor for specifying the higher-level protocol (the "Sec-Ws-Protocol" HTTP field). -Building and Running --------------------- +Packages +-------- +Regular releases are sporadic. git master should be stable enough. You can get +a package with the latest development version from Archlinux's AUR, or from +openSUSE Build Service for the rest of mainstream distributions. Consult the +list of repositories and their respective links at: + +https://build.opensuse.org/project/repositories/home:pjanouch:git + +Building and Usage +------------------ Build dependencies: CMake, pkg-config, help2man, liberty (included), http-parser (included) + Runtime dependencies: libev, Jansson, cURL, openssl, |