nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.xz
MD5 校验和:7015bee1f5a24012b848a98bfe4864b1
大小:1.7 MB
预计所需磁盘空间:27 MB
预计构建时间:0.1 SBU
The following are only used if building the full package instead of only the main libraries: c-ares-1.34.6, jansson-2.15.1, libevent-2.1.13, sphinx-9.1.0, jemalloc, libev, mruby, and Spdylay.
Install nghttp2 by running the following commands:
./configure --prefix=/usr \
--disable-static \
--enable-lib-only \
--docdir=/usr/share/doc/nghttp2-1.69.0 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--enable-lib-only: only
build libnghttp2. Omit this switch if you'd like to build the
example applications, Python bindings, or the C++ asio library.