Skip to content

Commit

Permalink
Auto merge of #2319 - xai:update-docs, r=micbou
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
homu committed Sep 10, 2016
2 parents e03b49e + b53ada7 commit 058c654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].

Expand Down
4 changes: 2 additions & 2 deletions doc/youcompleteme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down

0 comments on commit 058c654

Please sign in to comment.