1INSTALL
2
3- edit Makefile to suit
4- make && make install
5- install a reader driver
6- cp reader.conf /etc
7- edit reader.conf
8
9To compile an application with libsectok, link to either the static or the
10shared version of libsectok.
11
12rn, as used in scopen(), indicates which reader is being opened by the order
13in which they appear in reader.conf.  The first one listed is ttyn 0, etc.
14
15You can also build a version of libsectok that links statically with a
16single reader driver instead of loading the drivers dynamically.  To do
17this, remove -DDL_READERS from CFLAGS in the Makefile, and add the driver
18source files to SRC or the object files to OBJ.
19
20Send all comments to smartcards@umich.edu .
21