[Pcsclite-cvs-commit] PCSC README,1.6,1.7

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 26 Aug 2003 15:20:43 +0200


Update of /cvsroot/pcsclite/PCSC
In directory quantz:/tmp/cvs-serv17086

Modified Files:
	README 
Log Message:
add a note about deprecation of --enable-usb


Index: README
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** README	10 Aug 2003 21:59:09 -0000	1.6
--- README	26 Aug 2003 13:20:41 -0000	1.7
***************
*** 1,5 ****
  Title   : PCSC Lite
! Author  : David Corcoran
! Version : 1.1.1
  License : See file COPYING
  Document: docs/pcsc-lite-0.8.7.pdf
--- 1,5 ----
  Title   : PCSC Lite
! Authors : David Corcoran, Ludovic Rousseau
! Version : 1.2.0
  License : See file COPYING
  Document: docs/pcsc-lite-0.8.7.pdf
***************
*** 13,17 ****
  	Linux 2.4 (Redhat 7.1, Suse 7.1/7.2, Debian 3.0)
  	Solaris Solaris 2.8
! 	Mac OS X 10.1
  	HP-UX 11
  	True 64 Unix
--- 13,17 ----
  	Linux 2.4 (Redhat 7.1, Suse 7.1/7.2, Debian 3.0)
  	Solaris Solaris 2.8
! 	Mac OS X 10.2
  	HP-UX 11
  	True 64 Unix
***************
*** 43,49 ****
     ./configure 
  
!           --enable-libusb=PATH   Enable libusb support
!                                  (experimental, see below).
!           --enable-usb           Enable USB on Linux 2.4 platforms
            --enable-syslog        Use syslog for error output.
            --enable-daemon        Run as a daemon.
--- 43,49 ----
     ./configure 
  
!           --enable-libusb=PATH   Enable USB libusb support
!                                  (on Linux, *BSD, etc.).
!           --enable-usb           Enable USB on Linux 2.4 platforms (deprecated)
            --enable-syslog        Use syslog for error output.
            --enable-daemon        Run as a daemon.
***************
*** 102,109 ****
  
  LIBUSB SUPPORT:
! Versions after 1.1.2beta5 feature experimental support for libusb.
  In order to use it, you should call ./configure with
  
! 	--enable-libusb=PATH --enable-usb=no
  
  where PATH is the base directory containing the libusb include
--- 102,111 ----
  
  LIBUSB SUPPORT:
! Versions after 1.2.0 support libusb. Available on GNU/Linux and *BSD.
  In order to use it, you should call ./configure with
  
! 	--enable-libusb (if libusb is installed in standard directory /usr)
! 	or
! 	--enable-libusb=PATH
  
  where PATH is the base directory containing the libusb include
***************
*** 111,115 ****
  for /usr/local/include/usb.h and /usr/local/lib/libusb.[so|a]
  
! Please note that you shouldn't specify "--enable-libusb" and
  "--enable-usb" at the same time.
  
--- 113,117 ----
  for /usr/local/include/usb.h and /usr/local/lib/libusb.[so|a]
  
! Please note that you can't specify "--enable-libusb" and
  "--enable-usb" at the same time.
  
***************
*** 130,132 ****
--- 132,136 ----
  directory.  For questions, please email me at: 
  <David Corcoran> corcoran@linuxnet.com
+ 
+  $Id$