Document mostly obvious build steps
This commit is contained in:
parent
8d75fe7c92
commit
cd799479fa
13
README.rst
13
README.rst
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue