Skip to content

Commit c0eca24

Browse files
authored
Merge pull request #69 from HyperInspire/dev/ios_demo
Dev/ios demo Former-commit-id: 28bd5f3
2 parents e11b482 + ff3448e commit c0eca24

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,18 @@ export ARM_CROSS_COMPILE_TOOLCHAIN=YOUR_DIR/gcc-arm-8.3-2019.03-x86_64-arm-linux
104104
bash command/build_cross_rv1109rv1126_armhf.sh
105105
```
106106
After the compilation is complete, you can find the compiled results in the `build/inspireface-linux-armv7-rv1109rv1126-armhf` directory.
107-
### 2.3. Supported Platforms and Architectures
107+
108+
### 2.3. iOS Compilation
109+
110+
To compile for iOS, ensure you are using a Mac device. The script will automatically download third-party dependencies into the `.macos_cache` directory.
111+
112+
```
113+
bash command/build_ios.sh
114+
```
115+
116+
After the compilation is complete, `inspireface.framework` will be placed in the `build/inspireface-ios` directory.
117+
118+
### 2.4. Supported Platforms and Architectures
108119
We have completed the adaptation and testing of the software across various operating systems and CPU architectures. This includes compatibility verification for platforms such as Linux, macOS, iOS, and Android, as well as testing for specific hardware support to ensure stable operation in diverse environments.
109120

110121
| **No.** | **Operating System** | **CPU Architecture** | **Special Device Support** | **Adapted** | **Passed Tests** |
@@ -124,7 +135,7 @@ We have completed the adaptation and testing of the software across various oper
124135
- Pass unit tests on physical devices.
125136
- Meet all performance benchmarks in tests.
126137

127-
#### 2.4. Multi-platform compilation using Docker
138+
### 2.5. Multi-platform compilation using Docker
128139

129140
We offer a method for rapid multi-platform compilation using Docker, provided that Docker is installed beforehand, and the appropriate commands are executed:
130141
```Bash

0 commit comments

Comments
 (0)