Avoid confusion with make command

This commit is contained in:
micbou 2016-02-03 17:51:35 +01:00
parent 8ee365356f
commit 2cd3d1b9d3
2 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,7 @@ process.
other flags. **If you compiled LLVM from source, this is the flag you should other flags. **If you compiled LLVM from source, this is the flag you should
be using.** 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 the `YouCompleteMe/third_party/ycmd` folder for you if you compiled with
clang support (it needs to be there for YCM to work). clang support (it needs to be there for YCM to work).

View File

@ -809,7 +809,7 @@ process.
the other flags. **If you compiled LLVM from source, this is the flag you the other flags. **If you compiled LLVM from source, this is the flag you
should be using.** 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 in the 'YouCompleteMe/third_party/ycmd' folder for you if you compiled
with clang support (it needs to be there for YCM to work). with clang support (it needs to be there for YCM to work).