GLANTANK覚え書きその2

Cヘッダーを入れ忘れていた・・・orz
apt-get install libc6-dev

CUPS関係インストール

apt-get install cupsys libcupsys2 libcupsys2-dev libcupsimage2 libcupsimage2-dev

gutenprint関係の入手とコンパイル
wget [gutenprint最新ソース]

tar jxfして
./configure --with-cups
make
make install

swatの設定
inetd.confに
swat stream tcp nowait.400 root /usr/sbin/swat swat
を追加して
/etc/init.d/inted restart