saft - Scanner Access For Tcl
Requirements
=============
- Tcl 8.5 or higher
- SANE/scanimage 1.0.*
Installation
=============
saft is pure Tcl and comes as a Tcl Module, no compilation is needed and
installation is optional.
You can copy the file "saft.tm" directly wherever you need it.
You can install saft system-wide, if you wish. The benefits of a system-wide
installation are that you shouldn't need to do [::tcl::tm::path add] before
[package require], and you will be able to access the saft manpage with the
usual "man saft"
Installation is done with:
$ ./configure
# make install
You might want to specifiy destinaton directories with
$ ./configure --prefix=/your/path
or similar options