1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Title : README
Hardware: ACS ACR 38 USB Smartcard Reader
Author : David Corcoran
License : See file COPYING
This package is a shared library called acs38Driver.bundle which is
the library used to talk to the IFD Handler interface and PC/SC Lite.
To build this reader driver do the following:
Linux:
Type ./configure
make
make install
Note:
1. Due to the difference in location to put header files between
PCSCLITE-1.2.9betaX and earlier version, it is highly recommended to
uninstall earlier PCSCLITE (or at least remove the header files)
2. In order to build and install the driver, the source files should be
located in a path that does not contain spaces. Otherwise, "make install"
will fail.
[Example]
/home/user1/this is bad/ACR38_LINUX_XXX_P/
/home/user1/this_is_good/ACR38_LINUX_XXX_P/
Edward Cheung <edward.cheung@acs.com.hk>
|