2007年3月30日

Vim 7.0 install

subversionであれだけはまったので、高機能エディタであるvimはやばいだろう〜、と思っていたのですが、案外さっくりと出来ちゃいました。 参考サイト 本体をダウンロード。wget便利すぎ。
# wget ftp://ftp.vim.org/pub/vim/unix/vim-7.0.tar.bz2
# wget ftp://ftp.vim.org/pub/vim/extra/vim-7.0-extra.tar.gz
# wget ftp://ftp.vim.org/pub/vim/extra/vim-7.0-lang.tar.gz
# tar xjvf vim-7.0.tar.bz2
# tar xzvf vim-7.0-extra.tar.gz
# tar xzvf vim-7.0-lang.tar.gz
パッチを適用。
# cd vim70
# mkdir patches
# cd patches
# wget ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.001-100.gz
# wget ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.101-200.gz
# zsh -c "wget ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.{201..224}"
# gunzip 7.0.001-100.gz
# gunzip 7.0.101-200.gz
# cd ..
コンパイル。
# cat patches/7.0.* | patch -p0
# ./configure --enable-multibyte --enable-xim --enable-fontset --without-x --enable-rubyinterp --with-features=big
# make
# make install
とりあえず大丈夫そう。
# vim --version
VIM - Vi IMproved 7.0 (2006 May 7, compiled Mar 30 2007 16:30:55)
Included patches: 1-224
Compiled by root@udon
Big version without GUI.  Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
-netbeans_intg -osfiletype +path_extra -perl +postscript +printer -profile
-python +quickfix +reltime +rightleft +ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2       -I/usr/local//lib/ruby/1.8/i686-linux
Linking: gcc   -rdynamic -Wl,-export-dynamic  -L/usr/local/lib -o vim       -lncurses -lruby-static -ldl -lcrypt -lm

Trackback on "Vim 7.0 install"

このエントリーのトラックバックURL: 

"Vim 7.0 install"へのトラックバックはまだありません。

Comment on "Vim 7.0 install"

"Vim 7.0 install"へのコメントはまだありません。

Post a Comment

コメントする
(書式を変更するような一部のHTMLタグを使うことができます)
ブラウザに投稿者情報を登録しますか?(Cookieを使用します。次回書き込み時に便利です。)
  •  
  •