Browse Source

Tested and works with debian and OS X.

merge-requests/365/head
eidheim 10 years ago
parent
commit
4afeb5339c
  1. 2
      docs/install.md
  2. 3
      src/cmake/Modules/FindLibClang.cmake

2
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
```

3
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

Loading…
Cancel
Save