aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bef59ad6c7..d195cbf679 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Prerequisites:
* jom
* On Mac OS X: latest Xcode
* On Linux: g++ 4.8 or later
+* LLVM 3.8.0 or later for the Clang Code Model
The installed toolchains have to match the one Qt was compiled with.
@@ -114,7 +115,7 @@ For detailed information on the supported compilers, see
command...` error. If a `sh.exe` is found, the compile process will fail.
You have to remove it from the path.
- 10. To enable the Clang-based code model: Install Clang (>= version 3.6.2)
+ 10. To enable the Clang-based code model: Install Clang (>= version 3.8.0)
and set the environment variable LLVM_INSTALL_DIR to point to the
installation location.