From 8ee16a6ce3bb7807f87ca99dc4ceaf00edffacad Mon Sep 17 00:00:00 2001 From: zhupengyang <1165938320@qq.com> Date: Sat, 16 May 2020 10:16:59 +0800 Subject: [PATCH] [compile] add required patchelf and warning, test=develop, test=document_fix (#3637) --- docs/user_guides/Compile/Linux.md | 1 + docs/user_guides/source_compile.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user_guides/Compile/Linux.md b/docs/user_guides/Compile/Linux.md index 351034494a..01f2341c5c 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 103bfc9c70..127d295eed 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或以上版本) ###### 具体步骤 -- GitLab