From 2cd3d1b9d36362c8c8375dd50234faad6c205068 Mon Sep 17 00:00:00 2001 From: micbou Date: Wed, 3 Feb 2016 17:51:35 +0100 Subject: [PATCH] Avoid confusion with make command --- README.md | 2 +- doc/youcompleteme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c291c965..ca151413 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,7 @@ process. other flags. **If you compiled LLVM from source, this is the flag you should be using.** - Running the `make` command will also place the `libclang.[so|dylib|dll]` in + Running the `cmake` command will also place the `libclang.[so|dylib|dll]` in the `YouCompleteMe/third_party/ycmd` folder for you if you compiled with clang support (it needs to be there for YCM to work). diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 34e25061..6b867e48 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -809,7 +809,7 @@ process. the other flags. **If you compiled LLVM from source, this is the flag you should be using.** - Running the 'make' command will also place the 'libclang.[so|dylib|dll]' + Running the 'cmake' command will also place the 'libclang.[so|dylib|dll]' in the 'YouCompleteMe/third_party/ycmd' folder for you if you compiled with clang support (it needs to be there for YCM to work).