build-libcurl-ios

(β˜… 218)

Build libcurl for iOS development, include armv7 armv7s arm64 i386 and x86_64 support.

  • build_libcurl_dist.sh
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/sinofool/build-libcurl-ios

Downloads the entire project code from GitHub to your computer.

cd build-libcurl-ios

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
curl https://raw.githubusercontent.com/sinofool/build-libcurl-ios/master/build_libcurl_dist.sh |bash

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

curl https://raw.githubusercontent.com/sinofool/build-libcurl-ios/master/build_libcurl_dist.sh openssl |bash

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation