diff --git a/doc/COMPILE.md b/doc/COMPILE.md index 0bde64aa6bf015183f56da6758ebd55c208897f7..41a79f082494b0ac22bb4479a5d246cdb6882a3d 100644 --- a/doc/COMPILE.md +++ b/doc/COMPILE.md @@ -4,19 +4,19 @@ ## Compilation environment requirements -- os: CentOS 6u3 -- gcc: 4.8.2 and later -- go: 1.9.2 and later -- git:2.17.1 and later -- cmake:3.2.2 and later -- python:2.7.2 and later +- OS: CentOS 7 +- GCC: 4.8.2 and later +- Golang: 1.9.2 and later +- Git:2.17.1 and later +- CMake:3.2.2 and later +- Python:2.7.2 and later It is recommended to use Docker for compilation. We have prepared the Paddle Serving compilation environment for you: - CPU: `hub.baidubce.com/paddlepaddle/serving:0.2.0-devel`,dockerfile: [Dockerfile.devel](../tools/Dockerfile.devel) - GPU: `hub.baidubce.com/paddlepaddle/serving:0.2.0-gpu-devel`,dockerfile: [Dockerfile.gpu.devel](../tools/Dockerfile.gpu.devel) -This document will take Python2 as an example to show how to compile Paddle Serving. If you want to compile with Python 3, just adjust the python options of cmake. +This document will take Python2 as an example to show how to compile Paddle Serving. If you want to compile with Python 3, just adjust the Python options of cmake. ## Get Code diff --git a/doc/COMPILE_CN.md b/doc/COMPILE_CN.md index 74349b96df8f2262493ed8a6af8153eab05dedce..eb334232d98f26e68d719d10cbe458a356738d2f 100644 --- a/doc/COMPILE_CN.md +++ b/doc/COMPILE_CN.md @@ -4,12 +4,12 @@ ## 编译环境设置 -- os: CentOS 6u3 -- gcc: 4.8.2及以上 -- go: 1.9.2及以上 -- git:2.17.1及以上 -- cmake:3.2.2及以上 -- python:2.7.2及以上 +- OS: CentOS 7 +- GCC: 4.8.2及以上 +- Golang: 1.9.2及以上 +- Git:2.17.1及以上 +- CMake:3.2.2及以上 +- Python:2.7.2及以上 推荐使用Docker编译,我们已经为您准备好了Paddle Serving编译环境: