Install curl with http2 support on debian/ubuntu SYSTEM_RELEASE=`cat /etc/*release | grep VERSION_CODENAME | cut -d “=” -f 2` NGHTTP2_VERSION=”1.9.2″ CURL_VERSION=”7.46.0″ apt-get update && apt-get install g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev libjemalloc-dev cython python3-dev python-setuptools checkinstall -y mkdir /curl cd /curl git clone https://github.com/tatsuhiro-t/nghttp2.git cd nghttp2 […]
Читать дальше… from Build curl with http2 support on debian/ubuntu