Merge pull request #1271 from tony/patch-2

FreeBSD installation, add system LD_LIBRARY_PATH
This commit is contained in:
Val Markovic 2014-12-10 11:04:52 -08:00
commit 22b02827dc

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][].