diff --git a/docs/user_guides/Compile/Linux.md b/docs/user_guides/Compile/Linux.md index 351034494aa554ff8992f28665ac34e55066c4a9..01f2341c5c73e5d4a90a48f1cba3fc16b84d4f7e 100644 --- a/docs/user_guides/Compile/Linux.md +++ b/docs/user_guides/Compile/Linux.md @@ -70,6 +70,7 @@ inference_lite_lib.armlinux.armv8/ --with_cv: (OFF|ON) 是否编译CV相关预处理库, 默认为 OFF --with_log: (OFF|ON) 是否输出日志信息, 默认为 ON ``` +**注意:with_python现在仅支持armlinux的本地编译,尚不支持docker环境和ubuntu环境** - 裁剪预测库方法(只编译模型中的kernel&OP,降低预测库体积): diff --git a/docs/user_guides/source_compile.md b/docs/user_guides/source_compile.md index 103bfc9c706b551720acbd686cdb6f21bbe90783..127d295eed4ba05433b0fe7ff237644c1a9a3151 100644 --- a/docs/user_guides/source_compile.md +++ b/docs/user_guides/source_compile.md @@ -156,7 +156,7 @@ wget -c https://mms-res.cdn.bcebos.com/cmake-3.10.3-Linux-x86_64.tar.gz && \ ###### 编译环境要求 -- gcc、g++、git、make、wget、python +- gcc、g++、git、make、wget、python、patchelf - cmake(建议使用3.10或以上版本) ###### 具体步骤