[Pcsclite-cvs-commit] r6201 - /trunk/PCSC/src/spy/pcsc-spy.pod

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jan 24 15:22:26 UTC 2012


Author: rousseau
Date: Tue Jan 24 15:22:25 2012
New Revision: 6201

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6201
Log:
Document usage on Mac OS X

Modified:
    trunk/PCSC/src/spy/pcsc-spy.pod

Modified: trunk/PCSC/src/spy/pcsc-spy.pod
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy.pod?rev=6201&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy.pod (original)
+++ trunk/PCSC/src/spy/pcsc-spy.pod Tue Jan 24 15:22:25 2012
@@ -91,6 +91,20 @@
 
 and run your PC/SC application.
 
+=head2 Mac OS X
+
+The installation is not automatic. In the pcsc-lite/src/spy directory do:
+ make framework
+
+Then copy the PCSC.framework directory in /tmp
+ cp -a PCSC.framework /tmp
+
+Copy the official PCSC.framework (binary only) in /tmp
+ cp /System/Library/Frameworks/PCSC.framework/PCSC /tmp
+
+Run the application to debug as:
+ DYLD_FRAMEWORK_PATH=/tmp pcsctest
+
 =head1 FILES
 
 F<~/pcsc-spy> FIFO file is used by F<libpcsclite.so.1> to send the raw




More information about the Pcsclite-cvs-commit mailing list