FreeBSD installation, add system LD_LIBRARY_PATH

FreeBSD 10/11-CURRENT may not install without adding it.
This commit is contained in:
Tony Narlock 2014-12-04 16:55:19 -08:00
parent d3a177ff7d
commit 147773ed13

View File

@ -190,6 +190,7 @@ 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 llvm35 boost-all boost-python-libs clang35
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/llvm35/lib/
Install YouCompleteMe with [Vundle][]. Install YouCompleteMe with [Vundle][].