[Pcsclite-cvs-commit] Drivers/ccid INSTALL,1.4,1.5

rousseau@quantz.debian.org rousseau@quantz.debian.org
Fri, 19 Dec 2003 10:03:51 +0100


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

Modified Files:
	INSTALL 
Log Message:
build but do not install the serial ccidtwin driver by default since it
is useless on computers without a serial port or without this reader for
example.


Index: INSTALL
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- INSTALL	25 Nov 2003 23:07:33 -0000	1.4
+++ INSTALL	19 Dec 2003 09:03:49 -0000	1.5
@@ -47,8 +47,17 @@
 PATH/include/ to search for usb.h and PATH/lib/ to search for libusb.so
 
 
-serial reader only
-~~~~~~~~~~~~~~~~~~
+serial reader
+~~~~~~~~~~~~~
+
+The GemPCTwin reader can also be connected on a serial port. By default
+the serial driver is built but not installed. You must explicitely do:
+$ ./configure
+$ make -C src install_ccidtwin
+
+
+builing serial reader only
+~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 It is possible to generate the driver for the GemPC Twin using serial
 communication only (for example on an embedded system without USB).