diff --git a/docs/installation/source_compile.md b/docs/installation/source_compile.md index f2016b83188b755eca8daab8a4aa38b25e08c0f1..33890845029e5c0a7881d1b75a232122d90aaa5c 100644 --- a/docs/installation/source_compile.md +++ b/docs/installation/source_compile.md @@ -260,7 +260,7 @@ git checkout | --arm_abi |必选,选择编译的arm版本,其中`armv7hf`为ARMLinux编译时选用| `armv8`、`armv7`、`armv7hf`(仅`armlinux`支持) | | --arm_lang |arm_os=android时必选,选择编译器 | `gcc`、`clang`(`clang`当前暂不支持) | | --android_stl |arm_os=android时必选,选择静态链接STL或动态链接STL | `c++_static`、`c++_shared`| -| --build_java | 可选,是否编译java预测库(默认为OFF) | `ON`、`OFF` | +| --build_java | 可选,是否编译java预测库(默认为ON) | `ON`、`OFF` | | --build_extra | 可选,是否编译全量预测库(默认为OFF)。详情可参考[预测库说明](./library.html)。 | `ON`、`OFF` | | target |必选,选择编译模式,`tiny_publish`为编译移动端部署库、`full_publish`为带依赖的移动端部署库、`test`为移动端单元测试、`ios`为编译ios端`tiny_publish` | `tiny_publish`、`full_publish`、`test`、 `ios` | @@ -278,7 +278,6 @@ git checkout --build_extra=OFF \ --arm_lang=gcc \ --android_stl=c++_static \ - --build_extra=OFF \ tiny_publish ``` ##### IOS @@ -306,7 +305,6 @@ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer --arm_os=armlinux \ --arm_abi=armv7hf \ --arm_lang=gcc \ - --build_extra=OFF \ tiny_publish ``` - `--arm_abi`: 树莓派3b使用armv7hf,RK3399使用armv8 @@ -321,7 +319,6 @@ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer --build_extra=OFF \ --arm_lang=gcc \ --android_stl=c++_static \ - --build_extra=OFF \ full_publish ``` ##### ARMLinux