mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 18:48:54 +08:00
Document mostly obvious build steps
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user