diff options
author | LukenShiro <lukenshiro@ngi.it> | 2010-05-11 22:26:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:26:57 +0200 |
commit | f0c1b572e8c60206916a8d9f52c5c783fa08d033 (patch) | |
tree | 865d9746198bd10893c303e24629e322e21c8eed /system/pcsc-lite/README | |
parent | 540974b2685fc3f096c6e4f8016b3e2a22fd0415 (diff) | |
download | slackbuilds-f0c1b572e8c60206916a8d9f52c5c783fa08d033.tar.gz |
system/pcsc-lite: Updated for version 1.4.102
Diffstat (limited to 'system/pcsc-lite/README')
-rw-r--r-- | system/pcsc-lite/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/system/pcsc-lite/README b/system/pcsc-lite/README index f1487907c4..9cb40b4caf 100644 --- a/system/pcsc-lite/README +++ b/system/pcsc-lite/README @@ -1,16 +1,16 @@ PC/SC-lite (Personal Computer/Smart Card interface) -This is middleware to access a smart card using SCard API (PC/SC) Its purpose +This is a middleware to access a smart card using SCard API (PC/SC) Its purpose is to provide a Windows(R) SCard interface in a very small form factor for -communicating to smart cards and readers. It is released under BSD license. +communicating to smart cards and readers. It is compiled with --enable-usbdropdir=/usr/lib/pcsc/drivers This will be the destination directory for usb readers' drivers (ccid, cardman, others). NOTE: drivers are not included and must be compiled and installed separately. -See /usr/doc/pcsc-lite-1.4.99/DRIVERS for more information on getting and -installing specifc drivers. +See /usr/doc/pcsc-lite-1.4.102/DRIVERS for more information on getting and +installing specific drivers. For serial and pcmcia readers only, it is necessary to edit files in /etc/reader.conf.d/ and run "/usr/sbin/update-reader.conf". @@ -18,6 +18,9 @@ For serial and pcmcia readers only, it is necessary to edit files in Compiling with "DEBUGATR=1 ./pcsc-lite.SlackBuild" enables ATR parsing debug output messages. +Compiling with "APIDOC=1 ./pcsc-lite.SlackBuild" produces API .pdf +documentation (mainly intended for developers). + To start PC/SC-lite daemon, run "/etc/rc.d/rc.pcscd start". For pcmcia readers, this daemon should be started after rc.pcmcia - this is most easily accomplished by adding the following to /etc/rc.d/rc.local: |