Browse Source

Update instructions for FreeBSD

Newer version of clang and llvm is required now.
Olaf Lessenich 8 years ago
parent
commit
b53ada758f
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.md
  2. 2 2
      doc/youcompleteme.txt

+ 2 - 2
README.md

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

+ 2 - 2
doc/youcompleteme.txt

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