Fix typo in install code.
This commit is contained in:
parent
4b88970e91
commit
f97d00250d
@ -87,7 +87,7 @@ Compiling YCM **with** semantic support for C-family languages (previous step
|
|||||||
required):
|
required):
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
makedir ycm_build
|
mkdir ycm_build
|
||||||
cd ycm_build
|
cd ycm_build
|
||||||
cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11 . ~/.vim/bundle/YouCompleteMe/cpp
|
cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11 . ~/.vim/bundle/YouCompleteMe/cpp
|
||||||
make ycm_core
|
make ycm_core
|
||||||
|
Loading…
Reference in New Issue
Block a user