軽快・軽量な SQL データベース・エンジン。
Cocoa な Gecko 系 web browser。
Cocoa 製の N/W アナライザ。 後で試してみよう。
Cocoa Packet Analyzer is a native Mac OS X implementation of a network protocol analyzer and packet sniffer. CPA supports the industry-standard PCAP packet capture format for reading, capturing and writing packet trace files.
事前に gettext, iconv, GMP を入れておくと吉。
$ wget -c http://ftp.gnu.org/gnu/coreutils/coreutils-7.2.tar.gz $ gzip -cd coreutils-7.2.tar.gz | tar xvf - $ cd coreutils-7.2/ $ ./configure --disable-assert $ make && make check $ sudo make install
CFLAGS
はお好みで。
事前に readline, ncurses をインストールしておくと良い。
$ wget -c http://www.sqlite.org/sqlite-amalgamation-3.6.12.tar.gz $ zcat sqlite-amalgamation-3.6.12.tar.gz | tar xvf - $ cd sqlite-3.6.12/ $ ./configure $ make && make check $ sudo make install
CFLAGS
はお好みで。
パッチを更新した。 今回は gcc でのコンパイル時 -Wall -ansi でも怒られないようにしただけで、 今後、コードを読みながら改良を加えていく予定。 まあ…、大人しく ChaOne を使う方が良いのかもしれないけど。