Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl 8 #25

Open
superwills opened this issue Apr 11, 2024 · 0 comments
Open

Curl 8 #25

superwills opened this issue Apr 11, 2024 · 0 comments

Comments

@superwills
Copy link

superwills commented Apr 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant