Beyond Linux® From Scratch (systemd Edition) - Version 12.1 | ||
---|---|---|
Chapter 17. Networking Libraries | ||
이전 | 위로 / 처음으로 | 다음 |
neon-0.33.0 | rpcsvc-proto-1.4.4 |
nghttp2는 HTTP/2와 그 헤더 압축 알고리즘인 HPACK의 구현입니다.
이 패키지는 LFS 12.1 플랫폼을 사용하여 빌드하고 제대로 작동하는 것으로 알려져 있습니다.
다음과 같이 nghttp2를 설치합니다.
./configure --prefix=/usr \
--disable-static \
--enable-lib-only \
--docdir=/usr/share/doc/nghttp2-1.59.0 &&
make
테스트 스위트는 BLFS의 범위를 벗어난 CUnit이 필요합니다.
이제 root
사용자로서
make install