From 7602571be8b273bef1032f074a9aaf62d7ac2a96 Mon Sep 17 00:00:00 2001 From: Malte Langkabel Date: Sat, 30 Nov 2019 17:20:28 +0100 Subject: [PATCH] docs: update list of dependencies in readme to clang 9.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac2fa02..5e11617f 100644 --- a/README.md +++ b/README.md @@ -135,10 +135,10 @@ Run Sourcetrail from within the build directory. During execution Sourcetrail ne ### Required dependencies -#### LLVM/Clang 8.0.1 +#### LLVM/Clang 9.0.0 ##### Windows -For the __msvc__ compiler, follow [these steps](https://clang.llvm.org/get_started.html) to build the project and make sure that you run the cmake command exactly as described. +For the __msvc__ compiler, follow [these steps](https://clang.llvm.org/get_started.html) to build the project. Make sure to check out the correct tag and to run the cmake command exactly as described. ##### Unix For Unix, follow this [installation guide](http://clang.llvm.org/docs/LibASTMatchersTutorial.html)