未验证 提交 c3264f4a 编写于 作者: Z zhupengyang 提交者: GitHub

[compile] add required patchelf and warning, test=develop, test=document_fix (#3637)

上级 37a651b0
......@@ -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,降低预测库体积):
......
......@@ -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或以上版本)
###### 具体步骤
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册