From 396309a5b6dfd96598f054a0190fecf47a30505a Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sat, 26 Jan 2013 16:44:58 -0800 Subject: [PATCH] Adding a note to step 5 of the install guide --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 46c21674..2419a9bf 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,10 @@ Please follow the instructions carefully: On Mac, run: `cp ~/ycm_temp/llvm_root_dir/lib/libclang.dylib ~/.vim/bundle/YouCompleteMe/python` + **DO NOT FORGET THIS STEP**. If you forget to copy over `libclang.so` + version 3.2 into the `YouCompleteMe/python` folder then YCM _will not work_ + if you selected C-family support during YCM compilation. + That's it. You're done. Refer to the User Guide section on how to use YCM. Don't forget that if you want the C-family semantic completion engine to work, you will need to provide the compilation flags for your project to YCM. It's all in