未验证 提交 e728a406 编写于 作者: H huzhiqiang 提交者: GitHub

[Doc] Update x86 compiling doc

上级 45ef2470
......@@ -4,9 +4,17 @@
Paddle-Lite 支持在Docker或Linux环境编译x86预测库。环境搭建参考[环境准备](../user_guides/source_compile)
如果编译python库(`build_python=ON`)需要额外安装`python-dev``patch`
```shell
apt-get install patch
apt-get install python && apt-get install python-dev
```
### 编译
1、 下载代码
```bash
# 下载Paddle-Lite源码
git clone https://github.com/PaddlePaddle/Paddle-Lite.git
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册