https://github.com/johnmai-dev/apple-curl-buildscript
Script for building cURL for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, macOS)
https://github.com/johnmai-dev/apple-curl-buildscript
Last synced: about 2 months ago
JSON representation
Script for building cURL for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, macOS)
- Host: GitHub
- URL: https://github.com/johnmai-dev/apple-curl-buildscript
- Owner: johnmai-dev
- License: mit
- Created: 2024-11-30T17:12:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T07:17:21.000Z (over 1 year ago)
- Last Synced: 2025-03-11T10:38:49.001Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apple-cURL-BuildScript
Script for building cURL for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, macOS)
## Details
- iOS: arm64
- iOS Simulator: arm64, x86_64
- macOS: x86_64, arm64
- tvOS: arm64
- tvOS Simulator: arm64, x86_64
## Usage
```bash
$ chmod +x cURL.sh
$ ./cURL.sh
```
## Output
```
./build/curl//libcurl.xcframework
```
## Configure options
```bash
./configure --host= --prefix \
--disable-shared \
--enable-static \
--with-secure-transport \
--without-libpsl \
--without-libidn2 \
--without-nghttp2 \
--disable-verbose \
--disable-dependency-tracking \
--disable-ldap \
--disable-ldaps \
--without-libidn2
```