docs: update list of dependencies in readme to clang 9.0.0

This commit is contained in:
Malte Langkabel
2019-11-30 17:20:28 +01:00
committed by GitHub
parent 52ae646f26
commit 7602571be8
+2 -2
View File
@@ -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)