Skip to content

Instantly share code, notes, and snippets.

@jsfaint
Created August 24, 2015 05:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsfaint/efeeae54c2400b42c12a to your computer and use it in GitHub Desktop.
Save jsfaint/efeeae54c2400b42c12a to your computer and use it in GitHub Desktop.
Build youcompleteme for Linux/OS X
#!/bin/bash
os=`uname`
if [[ x$os == x"Darwin" ]]; then
export PATH=/Library/Developer/CommandLineTools/usr/lib:$PATH
fi
cd ./vimfiles/bundle/youcompleteme/
git submodule update --init --recursive
./install.sh --clang-completer --system-libclang --omnisharp-completer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment