summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorZhigang Gong <zhigang.gong@intel.com>2014-09-15 14:20:19 +0800
committerZhigang Gong <gongzg@freedesktop.org>2014-09-15 01:26:22 -0700
commit813c8874930d5a32d37f939da7007ea2e779473a (patch)
treed9a18ad55cbca1792bc6d3c0746a8951223f8d56 /Software
parent577265d7f802f35ab70c47eda77690317ec415da (diff)
Document fixup.
For 0.9.x, we only support GCC build. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
Diffstat (limited to 'Software')
-rw-r--r--Software/Beignet.mdwn8
1 files changed, 2 insertions, 6 deletions
diff --git a/Software/Beignet.mdwn b/Software/Beignet.mdwn
index e36f3726..7c84f502 100644
--- a/Software/Beignet.mdwn
+++ b/Software/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`