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.
Download (HTTP): https://github.com/nghttp2/nghttp2/releases/download/v1.64.0/nghttp2-1.64.0.tar.xz
Download MD5 sum: 0cf8f819f4b717de7dde9f8164d0b466
Download size: 1.6 MB
Estimated disk space required: 19 MB
Estimated build time: less than 0.1 SBU
The following are only used if building the full package instead of only the main libraries: Boost-1.86.0, c-ares-1.34.2, cython-3.0.11, jansson-2.14, libevent-2.1.12, sphinx-8.1.3, 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.64.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.