From e2f5cb768e3e12b7befbb10d9ce13ad1f922f7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 10 Mar 2016 21:32:33 +0100 Subject: [PATCH] Update README --- README.adoc | 13 +++++++++++-- 1 file 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,