10 lines
193 B
Markdown
10 lines
193 B
Markdown
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
|
|
```
|