INSTALL

- edit Makefile to suit
- make && make install
- install a reader driver
- cp reader.conf /etc
- edit reader.conf

To compile an application with libsectok, link to either the static or the
shared version of libsectok.

rn, as used in scopen(), indicates which reader is being opened by the order
in which they appear in reader.conf.  The first one listed is ttyn 0, etc.

You can also build a version of libsectok that links statically with a
single reader driver instead of loading the drivers dynamically.  To do
this, remove -DDL_READERS from CFLAGS in the Makefile, and add the driver
source files to SRC or the object files to OBJ.

Send all comments to smartcards@umich.edu .
