[Pcsclite-cvs-commit] Drivers/ccid INSTALL,1.1,1.2

rousseau@quantz.debian.org rousseau@quantz.debian.org
Wed, 10 Sep 2003 14:25:23 +0200


Update of /cvsroot/pcsclite/Drivers/ccid
In directory quantz:/tmp/cvs-serv31169

Modified Files:
	INSTALL 
Log Message:
document the use of ./configure script


Index: INSTALL
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- INSTALL	13 Aug 2003 13:46:09 -0000	1.1
+++ INSTALL	10 Sep 2003 12:25:21 -0000	1.2
@@ -7,6 +7,7 @@
 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
 
@@ -14,10 +15,13 @@
 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:
 """"""""""""""""""""