acshk / acsccid

acsccid is a PC/SC driver for Linux/Mac OS X and it supports ACS CCID smart card readers. This library provides a PC/SC IFD handler implementation and communicates with the readers through the PC/SC Lite resource manager (pcscd).
GNU Lesser General Public License v2.1
104 stars 19 forks source link

add documentation to create configure file and build acsccid #7

Closed leo-orellana closed 7 years ago

godfreychung commented 7 years ago

Please note that INSTALL covers general instructions to install acsccid-x.y.z.tar.bz2. It had been run with autoreconf to update configure and Makefile. Therefore, your modification is not appropriate.

leo-orellana commented 7 years ago

Agree. I ran autoreconf and got an error that is solved by adding -i as parameter. In the INSTALL file it does not appear that autoreconf has to be executed and I have added that information to this file.

godfreychung commented 7 years ago

Thank for your contribution but I'll not import your changes.

As I mentioned before, INSTALL covers general instructions to install acsccid-x.y.z.tar.bz2. General user uses "./configure", "make" and "make install" to install the driver without Autotools installed.

Your modification is for developers who want to modify configure.ac and Makefile.am or they download the source code from github.