diff --git a/docs/install.md b/docs/install.md index 042ab50..f7f4f99 100644 --- a/docs/install.md +++ b/docs/install.md @@ -49,7 +49,7 @@ Note that we are currently working on a Windows-version without the need of an X juci ``` -#Windows +###Windows ```sh startxwin /usr/local/bin/juci ``` diff --git a/src/cmake/Modules/FindLibClang.cmake b/src/cmake/Modules/FindLibClang.cmake index 3d15636..f294979 100644 --- a/src/cmake/Modules/FindLibClang.cmake +++ b/src/cmake/Modules/FindLibClang.cmake @@ -14,7 +14,8 @@ # Known LLVM release numbers. # most recent versions come first -set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.6.1 +set(LIBCLANG_KNOWN_LLVM_VERSIONS 3.6.2 + 3.6.1 3.6 3.5.1 3.5.0 #Arch Linux