«前の日記(2009.03.18 / Wednesday) 最新 次の日記(2009.03.21 / Saturday)» 編集

Hena Hena Nikki

2003|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2009.03.19 / Thursday [長年日記]

* [computer/update] Mozilla Thunderbird 2.0.0.21

multi plat-home な message user agent。

* [computer] Vim 7.2 を Mac OS X 10.5 にインストールする

事前に iconv, gettext, ncurses を入れておくと良い。

$ wget -c ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2
$ wget -c ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz
$ wget -c ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz
$ bzip2 -cd vim-7.2.tar.bz2 | tar xvf -
$ gzip -cd vim-7.2-extra.tar.gz | tar xvf -
$ gzip -cd vim-7.2-lang.tar.gz | tar xvf -
$ mkdir vim72/patches
$ cd vim72/patches/
$ wget -c 'ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.*'
$ cd ../
$ foreach f (./patches/7.2.*)
$ foreach? patch -p0 < $f
$ foreach? end
$ ./configure --enable-multibyte --enable-gui=no --with-features=big
$ make && make test
$ sudo make install

CFLAGS はお好みで。


  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。