Update README.rst

This commit is contained in:
Tatsuhiro Tsujikawa 2013-07-27 22:46:22 +09:00
parent 97da187a11
commit 49519a06b3
1 changed files with 12 additions and 0 deletions

View File

@ -65,6 +65,18 @@ installed:
spdylay is not packaged in Ubuntu, so you need to build it yourself:
http://spdylay.sourceforge.net/
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
Building documentation
----------------------