From 4e9e5d92da7d9b98f00e16bc4a55407f5f4dd691 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 3 Dec 2014 15:46:30 -0800 Subject: [PATCH] Update documentation with FreeBSD installation instructions @Valloric: I'm very happy to have YouCompleteMe with clang completion working 100% on FreeBSD 10.1 :) Thank you for this --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 59a4fcb9..bc0555ae 100644 --- a/README.md +++ b/README.md @@ -175,16 +175,21 @@ YCM has **no official support for Windows**, but that doesn't mean you can't get it to work there. See the [Windows Installation Guide][win-wiki] wiki page. Feel free to add to it. -OpenBSD Installation --------------------- +FreeBSD/OpenBSD Installation +---------------------------- Please refer to the full Installation Guide below; the following commands are -provided on a best-effort basis and may not work for you. OpenBSD is also not an -officially supported platform for YCM. +provided on a best-effort basis and may not work for you. OpenBSD / FreeBSD are +not officially supported platforms by YCM. -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 -`vim --version`. +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 `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 Install YouCompleteMe with [Vundle][].