touch run.sh
chmod 755 run.sh
mkdir build
cd build
../run.sh

run.sh

#!/bin/bash
#cd /build

../configure \
--host=aarch64-linux-android \
--with-ssl="/home/soft/openssl-1.1.1b/build/prefix" \
--with-nghttp2="/home/soft/nghttp2-1.38.0/build/prefix" \
--prefix="/home/soft/curl-7.64.1/build/prefix"

#将CCLD = $(CC)  替换为 CCLD = $(CC) -lnghttp2
#make -j9 V=1
#make install

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-01-20
  • 2022-12-23
  • 2021-08-27
  • 2021-12-20
猜你喜欢
  • 2021-07-23
  • 2021-09-05
  • 2021-06-22
  • 2022-12-23
  • 2021-09-03
  • 2021-12-29
  • 2021-06-08
相关资源
相似解决方案