Fetch the repository succeeded.
Build nghttp2 for OS X, iOS and tvOS with Bitcode enabled for iOS, tvOS.
The nghttp2-build.sh
script attempts to pull down and build nghttp2.
Source: https://github.com/nghttp2/nghttp2/releases
--with-nghttp2={PATH-for-ARCH}
Xcode - Rename and add the appropriate FAT library to your project.
Ex. iOS: cp lib/libnghttp2_iOS.a ~/myProj/lib/libnghttp2.a
The build script here is intended to be used with libcurl and openssl. NOTE: pkg-config is required to build libcurl with nghttp2. This script will attempt to install pkg-config with brew if it is missing.
Automake is required (see automake-build.sh to install on MacOS)
#!/bin/bash
# Build nghttp2 from source
git clone https://github.com/tatsuhiro-t/nghttp2.git
cd nghttp2
autoreconf -i
automake
autoconf
./configure
make
sudo make install
Tatsuhiro Tsujikawa, nghttp2.org https://nghttp2.org https://github.com/nghttp2 Jason Cox, @jasonacox https://github.com/jasonacox/Build-OpenSSL-cURL
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。