未验证 提交 2827274e 编写于 作者: Z zhaoyang-star 提交者: GitHub

Change patch to patchelf (#3935)

上级 7db12c76
......@@ -4,10 +4,10 @@
Paddle-Lite 支持在Docker或Linux环境编译x86预测库。环境搭建参考[环境准备](../user_guides/source_compile)
如果编译python库(`build_python=ON`)需要额外安装`python-dev``patch`
如果编译python库(`build_python=ON`)需要额外安装`python-dev``patchelf`
```shell
apt-get install patch
apt-get install patchelf
apt-get install python && apt-get install python-dev
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册