[Pcsclite-cvs-commit] r3001 - /trunk/Drivers/ccid/INSTALL

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jun 14 16:15:11 UTC 2008


Author: rousseau
Date: Sat Jun 14 16:15:11 2008
New Revision: 3001

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3001
Log:
update the "building serial reader driver" sections

Modified:
    trunk/Drivers/ccid/INSTALL

Modified: trunk/Drivers/ccid/INSTALL
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/INSTALL?rev=3001&op=diff
==============================================================================
--- trunk/Drivers/ccid/INSTALL (original)
+++ trunk/Drivers/ccid/INSTALL Sat Jun 14 16:15:11 2008
@@ -57,24 +57,26 @@
 PATH/include/ to search for usb.h and PATH/lib/ to search for libusb.so
 
 
-serial reader
-~~~~~~~~~~~~~
+building serial reader driver
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 A serial CCID reader can also be connected on a serial port. By default
-the serial driver is built but not installed. You must explicitely do:
+the serial driver is not built. You must explicitely do:
 
 $ ./configure --enable-twinserial
-$ make -C src install_ccidtwin
+$ make
+# make install
 
 
-builing serial reader only
-~~~~~~~~~~~~~~~~~~~~~~~~~~
+builing serial reader driver only
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 It is possible to generate the driver for the GemPC Twin using serial
 communication only (for example on an embedded system without USB).
 Just do:
-$ ./configure --disable-libusb
-$ cd src ; make libccidtwin.la ; sudo make install_ccidtwin
+$ ./configure --enable-twinserial --disable-libusb
+$ make
+# make install
 
 By default ./configure try to get the directory used by pcscd using
 'pkg-config libpcsclite --variable=usbdropdir' and add '/serial'.




More information about the Pcsclite-cvs-commit mailing list