nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/nghttp2/nghttp2/releases/download/v1.68.0/nghttp2-1.68.0.tar.xz
Download SHA256 Sum: 5511d3128850e01b5b26ec92bf39df15381c767a63441438b25ad6235def902c
Download MD5 sum: d5ba082629f15c67e72b4c26f7935500
Download size: 1.6 MB
Estimated disk space required: 25 MB
Estimated build time: 0.1 SBU
The following are only used if building the full package instead of only the main libraries: Boost-1.89.0, c-ares-1.34.5, cython-3.2.1, jansson-2.14.1, libevent-2.1.12, "sphinx", jemalloc, libev, mruby, and Spdylay.
Prepare nghttp2 by running the following commands:
./configure --prefix=/usr \
--disable-static \
--enable-lib-only \
--docdir=/usr/share/doc/nghttp2-1.68.0To Build nghttp2, issue:
make
To test the results, issue:
make check
Now Install, as the root user:
make install
--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.