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:
Homu 2016-09-11 03:33:56 +09:00
commit 058c654ca3
2 changed files with 4 additions and 4 deletions

View File

@ -421,8 +421,8 @@ Vim installed by running `vim --version`.
FreeBSD 10.x comes with clang compiler but not the libraries needed to install. FreeBSD 10.x comes with clang compiler but not the libraries needed to install.
pkg install llvm35 boost-all boost-python-libs clang35 pkg install llvm38 boost-all boost-python-libs clang38
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm35/lib/ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm38/lib/
Install YouCompleteMe with [Vundle][]. Install YouCompleteMe with [Vundle][].

View File

@ -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. FreeBSD 10.x comes with clang compiler but not the libraries needed to install.
> >
pkg install llvm35 boost-all boost-python-libs clang35 pkg install llvm38 boost-all boost-python-libs clang38
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm35/lib/ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm38/lib/
< <
Install YouCompleteMe with Vundle [19]. Install YouCompleteMe with Vundle [19].