提交 aef68475 编写于 作者: L liaogang

Add docs for compiler version

上级 26b2996b
...@@ -15,13 +15,15 @@ cd paddle ...@@ -15,13 +15,15 @@ cd paddle
## <span id="requirements">Requirements</span> ## <span id="requirements">Requirements</span>
To compile the source code, your computer must be equipped with GCC >=4.6 or Clang compiler. To compile the source code, your computer must be equipped with the following dependencies.
### Dependencies ### Dependencies
- **Compiler**: GCC >= 4.8 or Clang >= 3.3 (AppleClang >= 5.1)
- **CMake**: version >= 2.8 - **CMake**: version >= 2.8
- **BLAS**: MKL, OpenBlas or ATLAS - **BLAS**: MKL, OpenBlas or ATLAS
- **protobuf**: version >= 2.4, **Note: 3.x is not supported** - **Protocol Buffers**: version >= 2.4, **Note: 3.x is not supported**
- **python**: only python 2.7 is supported currently - **Python**: only python 2.7 is supported currently
### Options ### Options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册