From aef68475b8f9b31641d94c6fb61c2d03dc881d1b Mon Sep 17 00:00:00 2001 From: liaogang Date: Mon, 5 Dec 2016 17:21:27 +0800 Subject: [PATCH] Add docs for compiler version --- doc/getstarted/build_and_install/build_from_source.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/getstarted/build_and_install/build_from_source.md b/doc/getstarted/build_and_install/build_from_source.md index b932fbc0f..a71a9c314 100644 --- a/doc/getstarted/build_and_install/build_from_source.md +++ b/doc/getstarted/build_and_install/build_from_source.md @@ -15,13 +15,15 @@ cd paddle ## Requirements -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 +- **Compiler**: GCC >= 4.8 or Clang >= 3.3 (AppleClang >= 5.1) - **CMake**: version >= 2.8 - **BLAS**: MKL, OpenBlas or ATLAS -- **protobuf**: version >= 2.4, **Note: 3.x is not supported** -- **python**: only python 2.7 is supported currently +- **Protocol Buffers**: version >= 2.4, **Note: 3.x is not supported** +- **Python**: only python 2.7 is supported currently ### Options -- GitLab