Skip to content

Commit 930cb0b

Browse files
committed
fix md
Former-commit-id: 6232c2e
1 parent 9bb31d2 commit 930cb0b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@ 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+
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+
107118
### 2.3. 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

0 commit comments

Comments
 (0)