Commit cd799479 authored by Jim Morrison's avatar Jim Morrison

Document mostly obvious build steps

parent 8d75fe7c
...@@ -38,3 +38,16 @@ get a resource given in the command-line:: ...@@ -38,3 +38,16 @@ get a resource given in the command-line::
Please note that OpenSSL with Please note that OpenSSL with
`NPN <http://technotes.googlecode.com/git/nextprotoneg.html>`_ `NPN <http://technotes.googlecode.com/git/nextprotoneg.html>`_
support is required in order to build and run ``spdycat``. 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment