From fdba0b9140ff005372c0c2b3d6fa34e212a6862a Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Mon, 15 Sep 2014 14:20:19 +0800 Subject: Document fixup. For 0.9.x, we only support GCC build. Signed-off-by: Zhigang Gong --- docs/Beignet.mdwn | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn index 83f1eb82..7e5b7308 100644 --- a/docs/Beignet.mdwn +++ b/docs/Beignet.mdwn @@ -46,6 +46,8 @@ There are some severe OpenCL related regression in clang 3.4 version. * If you want to try Clang/LLVM 3.4, you need to disable terminfo: --disable-terminfo. It's a llvm 3.4 bug. +Please be noted that the code was compiled on GCC 4.6, GCC 4.7 and GCC 4.8. Since the code +uses really recent C++11 features, you may expect problems with older compilers. How to build and install ------------------------ @@ -64,12 +66,6 @@ Basically, from the root directory of the project `> cmake ../ # to configure` -Please be noted that the code was compiled on GCC 4.6, GCC 4.7 and GCC 4.8 and CLANG 3.5 and -ICC 14.0.3. Since the code uses really recent C++11 features, you may expect problems with -older compilers. The default compiler should be GCC, and if you want to choose compiler manually, -you need to configure it as below: -`> cmake -DCOMPILER=[GCC|CLANG|ICC] ../` - CMake will check the dependencies and will complain if it does not find them. `> make` -- cgit v1.2.1