Skip to content

Instantly share code, notes, and snippets.

@vmiheer
Created May 16, 2019 17:57
Show Gist options
  • Save vmiheer/b623ee71a6d98b02e104f3b66e409754 to your computer and use it in GitHub Desktop.
Save vmiheer/b623ee71a6d98b02e104f3b66e409754 to your computer and use it in GitHub Desktop.
emacs configurations

install ycmd

installing rtags

CC=gcc CXX=g++ cmake --debug-trycompile -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
  -DLIBCLANG_CXXFLAGS="-I~/.emacs.d/ycmd/cpp/llvm/include \
  -Wl,-rpath,~/.emacs.d/ycmd/clang_archives/lib/libclang.so" \
  -DLIBCLANG_LIBDIR="~/.emacs.d/ycmd/clang_archives/lib" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment