
 TkScan/TkFax v0.9
 by Hang-Bae Kim (hbkim@muon.kaist.ac.kr)

 TkScan/TkFax is a combined GUI for command line scanner driver and
 mgetty+sendfax.

 How to install

   1. Untar tkscanfax-0.9.tar.gz where you want to install. For example,

	cd /usr/local/lib
	tar xvzf tkscanfax-0.9.tar.gz

   2. Change some variables in tkscan and tkfax to fit your system.

	cd /usr/local/lib/tkscanfax
	vi tkscan
	...
	set c(libdir) /usr/local/lib/tkscanfax <--- change this appropriately
	...
	set set scanner_driver mustek-scanimage <---

	vi tkfax
	...
	set fax(libdir) /usr/local/lib/tkscanfax <---
	set c(libdir) /usr/local/lib/tkscanfax <---
  	set scanner_driver mustek-scanimage <---

   3. Place tkscan and tkfax somewhere in your path.

	ln -s /usr/local/lib/tkscanfax/tkscan /usr/local/bin
	ln -s /usr/local/lib/tkscanfax/tkfax /usr/local/bin

   4. Run tkscan or tkfax and read user guide in Help menu, then play with it.


I didn't prepared the enough documentation (especially the user guide of
tkfax) because of the lack of time.  If you have any question, send a email
to hbkim@muon.kaist.ac.kr.

