Skip to content

Commit

Permalink
document the use of ./configure script
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://anonscm.debian.org/svn/pcsclite/trunk/Drivers/ccid@422 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Sep 10, 2003
1 parent 36f39d1 commit 4bd33d3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ Installation from source:
get the ccid-x.y.z.tar.gz archive
$ tar xzvf ccid-x.y.z.tar.gz
$ cd ccid-x.y.z
$ ./configure
$ make
$ sudo make install

By default pcscd and my ccid driver use /usr/local/pcsc/drivers/ as
directory for hotplug drivers. If pcscd uses a different directory
(Debian pcscd uses /usr/lib/pcsc/drivers/) do:

$ make clean
$ PCSCLITE_HP_DROPDIR=your_dir_path make
$ sudo make install

$ ./configure --enable-usbdropdir=/usr/lib/pcsc/drivers/

You can also enable/disable some debug messages. By default messages of
level "critical" and "info" are enabled and messages of level "periodic"
abd "comm" are off. use --enable-debugcomm to enable communication debug
and --disable-debuginfo to disable info debug messages for example.


Binary installation:
""""""""""""""""""""
Expand Down

0 comments on commit 4bd33d3

Please sign in to comment.