Commit 49519a06 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update README.rst

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