From cd799479fa7d8ec609fd61761a38fd6011ff01ed Mon Sep 17 00:00:00 2001 From: Jim Morrison Date: Tue, 31 Jan 2012 10:09:42 -0800 Subject: [PATCH] Document mostly obvious build steps --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index e9c80c5..18c024f 100644 --- a/README.rst +++ b/README.rst @@ -38,3 +38,16 @@ get a resource given in the command-line:: Please note that OpenSSL with `NPN `_ support is required in order to build and run ``spdycat``. + +============== +Build from git +============== + +Building from git is easy, but please be sure that at least autoconf 2.68 is +used. + +autoreconf -i +automake +autoconf +./configure +make