An open API service indexing awesome lists of open source software.

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)

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
```