«前の日記(2011.02.28 / Monday) 最新 次の日記(2011.03.05 / 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|

2011.03.01 / Tuesday [長年日記]

* [computer/update] FreeBSD 8.2-RELEASE

UNIX 系 OS の有力な選択肢の一つ。

* [computer/update] FreeBSD 7.4-RELEASE

UNIX 系 OS の有力な選択肢の一つ。 メンテナンス・リリース。

* [computer/update] MacRuby ver.0.9

Mac OS X の中核機能を利用した Ruby 実装。

* [computer] ncurses 5.8 を Mac OS X 10.6 にインストールする

CFLAGS はお好みで。

$ wget -c http://ftp.gnu.org/gnu/ncurses/ncurses-5.8.tar.gz
$ zcat ncurses-5.8.tar.gz | tar xvf -
$ cd ncurses-5.8/
$ ./configure --with-libtool --with-shared --enable-colorfgbg
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --enable-widec --enable-ext-colors
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread --enable-widec --enable-ext-colors
$ make
$ sudo make install

* [computer] GNU nano 2.3.0 を Mac OS X 10.6 にインストールする

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

$ wget -c http://ftp.gnu.org/gnu/nano/nano-2.3.0.tar.gz
$ gzip -cd nano-2.3.0.tar.gz | tar xvf -
$ cd nano-2.3.0/
$ ./configure --enable-extra --enable-color --enable-multibuffer --enable-nanorc --enable-utf8
$ make
$ sudo make install

CFLAGS などはお好みで。


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