未验证 提交 ad6ad8f8 编写于 作者: T tianshuo78520a 提交者: GitHub

Change doc cmake version (#2228)

* change cmake version

* change

* del doc.zip

* del doc.zip

* fix link bug
上级 1454b302
......@@ -18,8 +18,8 @@
<tbody>
<tr>
<td> CMake </td>
<td> 3.4 </td>
<td> </td>
<td> 3.10, 3.11, 3.15, 3.16(Recommend),3.17 </td>
<td> There is an official bug in version 3.12/3.13/3.14, please skip this version</td>
<td> </td>
</tr>
<tr>
......
......@@ -230,7 +230,7 @@ MacOS本机直接通过源码编译的方式安装PaddlePaddle出现`[paddle/flu
+ 问题解答
使用cmake版本为3.4则可。自行编译建议GCC版本:4.8、5.4以及更高。
CMake我们支持3.10以上版本,但GPU编译时3.12/3.13/3.14版本存在官方[Bug](https://cmake.org/pipermail/cmake/2018-September/068195.html),我们建议您使用CMake3.16版本。自行编译建议GCC版本:4.8、5.4以及更高。
##### Q: `wget: command not found`
......
......@@ -16,8 +16,8 @@
<tbody>
<tr>
<td> CMake </td>
<td> 3.4 </td>
<td> </td>
<td> 3.10, 3.11, 3.15, 3.16(推荐),3.17 </td>
<td> 3.12/3.13/3.14 版本存在官方Bug,请跳过该版本</td>
<td> </td>
</tr>
<tr>
......
......@@ -17,8 +17,8 @@
<tbody>
<tr>
<td> CMake </td>
<td> 3.4 </td>
<td> </td>
<td> 3.10, 3.11, 3.15, 3.16(Recommend),3.17 </td>
<td> There is an official bug in version 3.12/3.13/3.14, please skip this version </td>
<td> </td>
</tr>
<tr>
......
......@@ -149,9 +149,10 @@
- a. 这里特别说明一下**CMake**的安装:
由于我们使用的是CMake3.4请根据以下步骤:
CMake我们支持3.10以上版本,推荐使用CMake3.16,请根据以下步骤安装:
1. 从CMake[官方网站](https://cmake.org/files/v3.4/cmake-3.4.3-Darwin-x86_64.dmg)下载CMake镜像并安装
1. 从CMake[官方网站](https://cmake.org/files/v3.16/cmake-3.16.0-Darwin-x86_64.dmg)下载CMake镜像并安装
2. 在控制台输入`sudo "/Applications/CMake.app/Contents/bin/cmake-gui" –install`
- b. 如果您不想使用系统默认的blas而希望使用自己安装的OPENBLAS请参见[FAQ](../FAQ.html/#OPENBLAS)
......
......@@ -27,7 +27,7 @@
1. 安装必要的工具 cmake,git 以及 python:
> cmake 需要 3.5 及以上版本, 可在官网[下载](https://cmake.org/download/),并添加到环境变量中。
> cmake我们支持3.10以上版本,但GPU编译时3.12/3.13/3.14版本存在官方[Bug](https://cmake.org/pipermail/cmake/2018-September/068195.html),我们建议您使用CMake3.16版本,可在官网[下载](https://cmake.org/download/),并添加到环境变量中。
> python 需要 2.7 及以上版本, 可在官网[下载](https://www.python.org/download/releases/2.7/)。
......
......@@ -29,7 +29,7 @@ There is one compilation methods in Windows system:
1. Install the necessary tools i.e. cmake, git and python:
> Cmake requires version 3.5 and above, which can be downloaded from the [official website](https://cmake.org/download/) and added to the environment variable.
> CMake requires version 3.10 and above, but there are official [Bug](https://cmake.org/pipermail/cmake/2018-September/068195.html) versions of 3.12/3.13/3.14 when the GPU is compiled, we recommend that you use CMake3. 16 version, available on the official website [download] (https://cmake.org/download/), and add to the ring Environment variables.
> Python requires version 2.7 and above, which can be downloaded from the [official website](https://www.python.org/download/releases/2.7/).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册