I download the source from github:https://github.com/nghttp2/nghttp2. and install with step :
$ autoreconf -i
$ automake
$ autoconf
$ ./configure
$ make
Every step is OK,but I can not use it。
nghttp
-bash: nghttp: command not found
But ,I install nghttp2 on Ubuntu 14.04 successfull!