Download Termux from F-Droid (do not use the outdated version on the Google Play Store).
git clone https://github.com/apple-oss-distributions/cctools cd cctools git checkout cctools-6.5 # Apply BETTER patches: curl -O https://raw.githubusercontent.com/osxtools/patches/main/cctools-6.5-better.patch patch -p1 < cctools-6.5-better.patch make CC=clang CXX=clang++ LD=ld64 make install DSTROOT=/opt/cctools-6.5-src
: Tools used to set up ARM-iOS toolchains on Linux systems.
Download Termux from F-Droid (do not use the outdated version on the Google Play Store).
git clone https://github.com/apple-oss-distributions/cctools cd cctools git checkout cctools-6.5 # Apply BETTER patches: curl -O https://raw.githubusercontent.com/osxtools/patches/main/cctools-6.5-better.patch patch -p1 < cctools-6.5-better.patch make CC=clang CXX=clang++ LD=ld64 make install DSTROOT=/opt/cctools-6.5-src
: Tools used to set up ARM-iOS toolchains on Linux systems.