Skip to content

Curl 8 #1

@superwills

Description

@superwills

Curl team seems to have provided command line iOS build instructions here

export ARCH=arm64
export SDK=iphoneos
export DEPLOYMENT_TARGET=12.0

sudo xcode-select --switch /Applications/Xcode.app

export CFLAGS="-arch $ARCH -isysroot $(xcrun -sdk $SDK --show-sdk-path) -m$SDK-version-min=$DEPLOYMENT_TARGET"

./configure is not in the github it is in the libcurl download

./configure --host=$ARCH-apple-darwin --prefix $(pwd)/artifacts --with-secure-transport

make -j8

make install

Build results are in the artifacts folder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions