Skip to content

Instantly share code, notes, and snippets.

@baboocon
Last active August 29, 2015 14:17
Show Gist options
  • Save baboocon/d5695596b0c87cd23216 to your computer and use it in GitHub Desktop.
Save baboocon/d5695596b0c87cd23216 to your computer and use it in GitHub Desktop.
Ubuntuでkaoriyaパッチとmigemoを有効にしてVimをビルド ref: http://qiita.com/baboocon/items/bd8b4c7bdea038a6cb8e
[extensions]
mq =
% hg qclone https://vim.googlecode.com/hg ./vim -p https://bitbucket.org/koron/vim-kaoriya-patches
% LIBS="-lmigemo" ./configure \
--prefix=/usr/local \
--with-features=huge \
--enable-gui=gnome2 \
--enable-multibyte \
--enable-perlinterp=dynamic \
--enable-pythoninterp=dynamic \
--enable-tclinterp \
--enable-rubyinterp=dynamic \
--enable-luainterp=dynamic \
--with-lua-prefix=/usr \
--with-luajit \
--enable-gpm \
--enable-cscope \
--enable-fontset \
--enable-migemo \
--enable-fail-if-missing
% plenv versions
* system (set by /home/hogeuser/.plenv/version)
5.20.1
5.20.2
5.21.9
% make
% sudo make install
export PATH=/usr/local/bin:$PATH
% vim --version
% hg log --mq | less
% hg update 4b5bd3b04e84 --mq
% hg tags | less
% hg update v7-4-648
% hg branch kaoriya-7.4.648
% hg qseries
% hg qpush -a
% cd ~/vim/src
% make autoconf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment