nghttp2 is an implementation of HTTP/2 and its header compression algorithm, HPACK.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/nghttp2/nghttp2/releases/download/v1.58.0/nghttp2-1.58.0.tar.xz
Download MD5 sum: 4601542da69d9657072a3c5529f5c32e
Download size: 1.5 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.84.0, c-ares-1.24.0, cython-0.29.36, jansson-2.14, libevent-2.1.12, sphinx-7.2.6, jemalloc, libev, mruby, and Spdylay.
CUnit is required if you wish to run the test suite.
Install nghttp2 by running the following commands:
./configure --prefix=/usr \ --disable-static \ --enable-lib-only \ --docdir=/usr/share/doc/nghttp2-1.58.0 && make
The test suite needs CUnit, which is beyond the scope of BLFS.
Now, as the root
user:
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。
--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.