主頁(yè) > 知識(shí)庫(kù) > CentOS安裝YCM的方法

CentOS安裝YCM的方法

熱門(mén)標(biāo)簽:旅游路書(shū)地圖標(biāo)注 iphone地圖標(biāo)注我的店鋪 百度地圖地圖標(biāo)注客服多少 廣東電話(huà)機(jī)器人開(kāi)戶(hù) 成都米蘭申請(qǐng) 百度ai電銷(xiāo)機(jī)器人排名 ai智能外呼系統(tǒng)是什么 哪種品牌的400電話(huà)申請(qǐng) 適用的400電話(huà)辦理

1、安裝vundle 

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

2、配置.vimrc

set nocompatible  
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive'
call vundle#end()     
Bundle 'Valloric/YouCompleteMe'
filetype plugin indent on

3、打開(kāi)vim運(yùn)行

:BundleInstall

4、安裝必要工具

1、yum install gcc gcc-c++ make automake python-devel
2、安裝CMake

wget http://www.cmake.org/cmake/resources/software.html 
tar -zxv -f cmake-*.*.*.*.tar.gz 
cd cmake-*.*.*.*.tar.gz 
./bootstrap 
gmake 
gmake install

5、安裝clang+llvm(這里用已經(jīng)編譯好的)

1、wget http://llvm.org/releases/3.5.1/clang+llvm-3.5.1-x86_64-fedora20.tar.xz
xz -d clang+llvm-3.5.1-x86_64-fedora20.tar.xz
tar xvf clang+llvm-3.5.1-x86_64-fedora20.tar
cd clang+llvm-3.5.1-x86_64-fedora20
注:也可用tar xvf clang+llvm-3.5.1-x86_64-fedora20.tar.xz解壓

2、在/etc/profile這個(gè)檔案最尾端添加以下兩行代碼:

PATH=/usr/local/cmake/bin:/usr/clang_3_3/bin:$PATH
export PATH

3、執(zhí)行更新變量:source /etc/profile

6、進(jìn)入YCM目錄,運(yùn)行

./install.sh –clang-completer

7、對(duì)~/.vimrc做配置

let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/y   cmd/cpp/ycm/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0

let g:ycm_semantic_triggers = {
  \   'c' : ['->', '    ', '.', ' ', '(', '[', ''],
\     'cpp,objcpp' : ['->', '.', ' ', '(', '[', '', '::'],
\     'perl' : ['->', '::', ' '],
\     'php' : ['->', '::', '.'],
\     'cs,java,javascript,d,vim,python,perl6,scala,vb,elixir,go' : ['.'],
\     'ruby' : ['.', '::'],
\     'lua' : ['.', ':']
\ }

標(biāo)簽:茂名 泰安 玉林 汕頭 大連 陜西 遼陽(yáng) 紹興

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《CentOS安裝YCM的方法》,本文關(guān)鍵詞  CentOS,安裝,YCM,的,方法,CentOS,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《CentOS安裝YCM的方法》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于CentOS安裝YCM的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章