«前の日記(2008.01.31 / Thursday) 最新 次の日記(2008.02.06 / Wednesday)» 編集

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|

2008.02.02 / Saturday [長年日記]

* [computer/update] Postfix ver.2.5.0

Mail Transport Agent。

* [computer/update] Gimp ver.2.4.4

非常に高機能な画像処理ツール。 約 1 ヶ月半ぶりの version up。

* [computer/update] SQLite ver.3.5.5

軽快・軽量な SQL データベース・エンジン。 約 1 ヶ月半ぶりの version up。

* [computer/update] LimeChat for OSX ver.0.15

RubyCocoa で実装された Mac OS X 向け IRC クライアント。 約 1 ヶ月半ぶりの version up。

* [computer/update] 風博士 ver.0.5.2

レンダリングに Gecko エンジンを利用した web browser。 約 1 ヶ月ぶりの version up。

* [computer/update] Transmission ver.1.04

複数のプラットフォーム上で動く BitTorrent クライアント。

* [computer/update] EB Library ver.4.3.2

EB/EPWING 形式の CD-ROM 書籍を扱うためのライブラリ。

* [cd/dvd] J-POP / 電気グルーヴ

4/2 発売予定の約 8 年ぶりとなる新作。

* [computer] gnuplot 4.2.2 を Mac OS X 10.4 にインストールする

事前に readline, ncurses, libz, libgb, X11, libfontconfig, FreeType, libpng, libiconv あたりをインストールしておくと吉。

$ wget -c http://jaist.dl.sourceforge.net/sourceforge/gnuplot/gnuplot-4.2.2.tar.gz
$ zcat gnuplot-4.2.2.tar.gz | tar xvf -
$ cd gnuplot-4.2.2/
$ ./configure --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
$ make && make check
$ sudo make install

CFLAGS はお好みで。

* [computer/update] GCC ver.4.2.3

GNU Compiler Collection。 約 4 ヶ月ぶりの version up。

* [computer] GNU Libtool 1.5.26 を Mac OS X 10.4 にインストールする

CFLAGS はお好みで。

$ wget -c http://ftp.gnu.org/gnu/libtool/libtool-1.5.26.tar.gz
$ zcat libtool-1.5.26.tar.gz | tar xvf -
$ cd libtool-1.5.26/
$ ./configure
$ make && make check
$ sudo make install

* [computer] libjpeg 6b を Mac OS X 10.5 にインストールする

CFLAGS はお好みで。

$ wget -c ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz
$ zcat jpegsrc.v6b.tar.gz | tar xvf -
$ cd jpeg-6b/
$ ln -s /usr/bin/glibtool libtool
$ ./configure --enable-shared
$ make
$ sudo make install

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

事前に iconv, libz, FreeType, libexpat をインストールしておくと良い。

$ wget -c http://fontconfig.org/release/fontconfig-2.5.0.tar.gz
$ zcat fontconfig-2.5.0.tar.gz | tar xvfp -
$ cd fontconfig-2.5.0/
$ ./configure
$ make && make check
$ sudo make install

CFLAGS はお好みで。

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

事前に iconv, libz, libpng, libjpeg, FreeType, libfontconfig, X11 をインストールしておくと良い。

$ wget -c http://www.libgd.org/releases/gd-2.0.35.tar.bz2
$ bzcat gd-2.0.35.tar.bz2 | tar xvf -
$ cd gd-2.0.35/
$ ./configure --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
$ make
$ sudo make install

CFLAGS はお好みで。


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