Sha256: af851525a2546ad39b75defba543f088935f4c5426368625d3ce749a6c71e629
Contents?: true
Size: 263 Bytes
Versions: 10
Compression:
Stored size: 263 Bytes
Contents
#!/bin/bash set -e VERSION=1.33.0 curl -sSfLO https://github.com/nghttp2/nghttp2/releases/download/v"$VERSION"/nghttp2-"$VERSION".tar.gz tar xf nghttp2-"$VERSION".tar.gz cd nghttp2-"$VERSION" ./configure --prefix="$HOME" --enable-lib-only make && make install
Version data entries
10 entries across 10 versions & 1 rubygems