You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,48 @@ or either of these files:
10
10
See <https://openjdk.org/> for more information about the OpenJDK
11
11
Community and the JDK and see <https://bugs.openjdk.org> for JDK issue
12
12
tracking.
13
+
14
+
## Build static image for iOS
15
+
16
+
> [!NOTE]
17
+
> Follow the instructions in [building.md](building.md) to make sure
18
+
> you can build the JDK targeting macOS before trying to build for iOS
19
+
20
+
### Pre-requisites
21
+
Following are the prerequisites to build JDK on Mac targeting iOS:
22
+
1. Download and unzip pre-built JDK24 to be used as boot JDK
23
+
2. Download the [support zip](https://download2.gluonhq.com/mobile/mobile-support-20250106.zip) which contains an ios build for libffi and cups. Unzip it in the root directory of the project.
24
+
3. Install `autoconf` on mac via homebrew: `brew install autoconf`
25
+
26
+
### Clone the mobile repository
27
+
Clone the openjdk/mobile repository. The following command can be used:
0 commit comments