HL-2140 の導入

==============
HL-2140 の導入
==============

これは何?
=========

ブラザー工業のホームページから `Linux 用ドライバー`_ をダウンロード出来るけど
LPRng が必要なのと RPM 版しかないのが面倒臭いので foomatic と cups でなんとか
しようとしたときの記録.

.. _Linux 用ドライバー: http://solutions.brother.co.jp/support/os/linux/

espgs-8.15.4 のインクルードファイルをインストール
=================================================

build::

  install -vd /opt/espgs-8.15.4/include
  install -v src/*.h /opt/espgs-8.15.4/include/
  install -vd /usr/include/ps
  ln -sv /opt/espgs-8.15.4/include/* /usr/include/ps/
  ln -sv ps /usr/include/ghostscript

foomatic-filters-4.0.1 のインストール
=====================================

build::

  ./configure --prefix=/opt/foomatic-filters-4.0.1
  make
  make install
  ln -sv /opt/foomatic-filters-4.0.1/bin/foomatic-rip \
  /opt/cups-1.3.7/lib/cups/filter/

PPD ファイルのダウンロード
==========================

ここから__ Brother HL-2060 をダウンロードして cups でそのファイルを指定するだ
け. 

.. __: http://www.openprinting.org/printer/Brother/Brother-HL-2060

.. vim: ft=rst

2010.04.23 foomatic の ppd のリンクが間違っていた