Fixing typo in OpenBSD install section.
Also added a note about OpenBSD not being officially supported. Fixes #1263
This commit is contained in:
parent
4674bebe25
commit
9423770d4f
@ -177,8 +177,10 @@ free to add to it.
|
|||||||
|
|
||||||
OpenBSD Installation
|
OpenBSD Installation
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Please refer to the full Installation Guide below; the following commands are
|
Please refer to the full Installation Guide below; the following commands are
|
||||||
provided on a best-effort basis and may not work for you.
|
provided on a best-effort basis and may not work for you. OpenBSD is also not an
|
||||||
|
officially supported platform for YCM.
|
||||||
|
|
||||||
Make sure you have Vim 7.3.584 with python2 support. OpenBSD 5.5 and later have
|
Make sure you have Vim 7.3.584 with python2 support. OpenBSD 5.5 and later have
|
||||||
a Vim that's recent enough. You can see the version of Vim installed by running
|
a Vim that's recent enough. You can see the version of Vim installed by running
|
||||||
@ -196,7 +198,7 @@ Install dependencies and CMake: `sudo pkg_add llvm boost cmake`
|
|||||||
Compiling YCM **with** semantic support for C-family languages:
|
Compiling YCM **with** semantic support for C-family languages:
|
||||||
|
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.sh --clang-completer --system-clang --system-boost
|
./install.sh --clang-completer --system-libclang --system-boost
|
||||||
|
|
||||||
Compiling YCM **without** semantic support for C-family languages:
|
Compiling YCM **without** semantic support for C-family languages:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user