Document mostly obvious build steps

This commit is contained in:
Jim Morrison 2012-01-31 10:09:42 -08:00
parent 8d75fe7c92
commit cd799479fa
1 changed files with 13 additions and 0 deletions

View File

@ -38,3 +38,16 @@ get a resource given in the command-line::
Please note that OpenSSL with
`NPN <http://technotes.googlecode.com/git/nextprotoneg.html>`_
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