2013-03-01から1ヶ月間の記事一覧

vim 7.3 をソースからインストール

./configure --enable-multibyte --enable-xim --enable-fontset --disable-selinux --with-features=huge make make install --enable-multibyteマルチバイトを利用できるようにする --enable-ximIMEを利用可能にする(?) --enable-fontsetいまのところ不明(…

centos 5.9 に mercurial を入れる

epel には mercurial あるようなので yum から入れる。 yum -y install --enablerepo=epel mercurial

centos 5 にtmuxを入れる

libeventが必要なのでインストールhttp://libevent.org/wgetでもってきて./configure、make、make installncurses-develを入れる。 yum -y install ncurses-devel libevent-2.0.so.5: cannot open shared object file: No such file or directory が出たら、…

Cygwinでvimprocをmakeするには

gcc、gcc4、makeが必要な模様。

Cygwinのgitでneobundle.vimをgit cloneしようとした結果

下記のエラーが表示された。 $ git clone http://github.com/Shougo/neobundle.vim Cloning into 'neobundle.vim'... /usr/lib/git-core/git-remote-http.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or d…