Auto merge of #2319 - xai:update-docs, r=micbou
Update instructions for FreeBSD Newer version of clang and llvm is required now. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2319) <!-- Reviewable:end -->
This commit is contained in:
commit
058c654ca3
@ -421,8 +421,8 @@ Vim installed by running `vim --version`.
|
||||
|
||||
FreeBSD 10.x comes with clang compiler but not the libraries needed to install.
|
||||
|
||||
pkg install llvm35 boost-all boost-python-libs clang35
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm35/lib/
|
||||
pkg install llvm38 boost-all boost-python-libs clang38
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm38/lib/
|
||||
|
||||
Install YouCompleteMe with [Vundle][].
|
||||
|
||||
|
@ -633,8 +633,8 @@ of Vim installed by running 'vim --version'.
|
||||
|
||||
FreeBSD 10.x comes with clang compiler but not the libraries needed to install.
|
||||
>
|
||||
pkg install llvm35 boost-all boost-python-libs clang35
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm35/lib/
|
||||
pkg install llvm38 boost-all boost-python-libs clang38
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm38/lib/
|
||||
<
|
||||
Install YouCompleteMe with Vundle [19].
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user