Files
AeroPkg/assets/var/gnu/nghttp2.md

10 lines
193 B
Markdown
Raw Normal View History

nghttp2 1.68.1
=
https://github.com/nghttp2/nghttp2/releases/download/v1.68.1/nghttp2-1.68.1.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/nghttp2
make -j$(nproc)
make install
```