Update instructions for FreeBSD
Newer version of clang and llvm is required now.
This commit is contained in:
parent
ada4ca94cf
commit
b53ada758f
@ -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