From f1998bb53bcf4f0cbecdb296efc05b2db39ea82c Mon Sep 17 00:00:00 2001 From: Vincent Andrae Date: Wed, 26 Feb 2025 18:08:36 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 3840e083..72510b51 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -173,6 +173,7 @@ works on both x86 and arm64 macOS boxes. ## iOS on arm64 and arm64e **Option 1: Compilation on jailbroken iOS (recommended)** + To compile directly on a jailbroken iOS device, it is recommended to use a jailbreak that supports Procursus, as Procursus provides up-to-date pre-built packages for the required tools. @@ -194,6 +195,7 @@ export CXX=clang++ Then build following the general Linux instructions. **Option 2: Cross-Compilation on macOS for Jailbroken iOS** + In addition to the packages required for a macOS build, install `ldid` for signing binaries: ```shell