From ca665adbfe5a8a09f2d882cd33963b8cc86d158a Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 22 Dec 2017 05:55:12 +0000 Subject: [PATCH] Deploy to GitHub Pages: 35c50f6b08c2f313169993e43c27134fd605aecb --- .../build_and_install/build_from_source_en.rst.txt | 10 +++++----- .../build_and_install/build_from_source_en.html | 10 +++++----- .../build_and_install/build_from_source_cn.rst.txt | 10 +++++----- .../build_and_install/build_from_source_cn.html | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt b/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt index f194f84ce7c..92211aee8c3 100644 --- a/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt +++ b/develop/doc/_sources/getstarted/build_and_install/build_from_source_en.rst.txt @@ -76,13 +76,13 @@ will be downloaded automatically. :header: "Dependency", "Version", "Description" :widths: 10, 15, 30 - "CMake", ">=3.5", "" + "CMake", ">=3.2", "" "GCC", "4.8.2", "Recommend devtools2 for CentOS" - "Python", "2.7.x", "Need libpython2.7.so" - "pip", ">=9.0", "" - "numpy", "", "" + "Python", "2.7.x", "Need libpython2.7.so" + "pip", ">=9.0", "" + "numpy", "", "" "SWIG", ">=2.0", "" - "Go", ">=1.8", "Optional" + "Go", ">=1.8", "Optional" .. _build_options: diff --git a/develop/doc/getstarted/build_and_install/build_from_source_en.html b/develop/doc/getstarted/build_and_install/build_from_source_en.html index 9654ef05b40..a28c8a000f5 100644 --- a/develop/doc/getstarted/build_and_install/build_from_source_en.html +++ b/develop/doc/getstarted/build_and_install/build_from_source_en.html @@ -282,7 +282,7 @@ will be downloaded automatically.

CMake ->=3.5 +>=3.2   GCC @@ -291,15 +291,15 @@ will be downloaded automatically.

Python 2.7.x -Need libpython2.7.so +Need libpython2.7.so pip >=9.0 - +  numpy   - +  SWIG >=2.0 @@ -307,7 +307,7 @@ will be downloaded automatically.

Go >=1.8 -Optional +Optional diff --git a/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt b/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt index c875c807b8a..41ac07ca567 100644 --- a/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt +++ b/develop/doc_cn/_sources/getstarted/build_and_install/build_from_source_cn.rst.txt @@ -70,13 +70,13 @@ PaddlePaddle编译需要使用到下面的依赖(包含但不限于),其 :header: "依赖", "版本", "说明" :widths: 10, 15, 30 - "CMake", ">=3.5", "" + "CMake", ">=3.2", "" "GCC", "4.8.2", "推荐使用CentOS的devtools2" - "Python", "2.7.x", "依赖libpython2.7.so" - "pip", ">=9.0", "" - "numpy", "", "" + "Python", "2.7.x", "依赖libpython2.7.so" + "pip", ">=9.0", "" + "numpy", "", "" "SWIG", ">=2.0", "" - "Go", ">=1.8", "可选" + "Go", ">=1.8", "可选" .. _build_options: diff --git a/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html b/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html index c2c18e29932..71183913d01 100644 --- a/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html +++ b/develop/doc_cn/getstarted/build_and_install/build_from_source_cn.html @@ -290,7 +290,7 @@ ctest -R test_mul_op CMake ->=3.5 +>=3.2   GCC @@ -299,15 +299,15 @@ ctest -R test_mul_op Python 2.7.x -依赖libpython2.7.so +依赖libpython2.7.so pip >=9.0 - +  numpy   - +  SWIG >=2.0 @@ -315,7 +315,7 @@ ctest -R test_mul_op Go >=1.8 -可选 +可选 -- GitLab