2013-03-01から1ヶ月間の記事一覧
./configure --enable-multibyte --enable-xim --enable-fontset --disable-selinux --with-features=huge make make install --enable-multibyteマルチバイトを利用できるようにする --enable-ximIMEを利用可能にする(?) --enable-fontsetいまのところ不明(…
epel には mercurial あるようなので yum から入れる。 yum -y install --enablerepo=epel mercurial
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 が出たら、…
gcc、gcc4、makeが必要な模様。
下記のエラーが表示された。 $ 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…