|
From: <jda...@us...> - 2011-10-16 18:40:49
|
Revision: 568
http://pyscard.svn.sourceforge.net/pyscard/?rev=568&view=rev
Author: jdaussel
Date: 2011-10-16 18:40:42 +0000 (Sun, 16 Oct 2011)
Log Message:
-----------
Added MacOS X Install instructions
Modified Paths:
--------------
trunk/pyscard/src/README
Modified: trunk/pyscard/src/README
===================================================================
--- trunk/pyscard/src/README 2011-10-16 18:38:12 UTC (rev 567)
+++ trunk/pyscard/src/README 2011-10-16 18:40:42 UTC (rev 568)
@@ -179,10 +179,6 @@
Installation on Max OS X Leopard:
---------------------------------
-The Mac OS X Leopard support is experimental on pyscard 1.6.14. It was
-developed and tested on a i386 MacBook Pro. Please drop me a mail if you
-succeed on a ppc MacBook.
-
Installing on Mac OS X Leopard from the binary distribution:
----------------------------------------------------
@@ -215,6 +211,40 @@
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.3/lib/site-packages/smartcard
+Installation on Max OS X Lion:
+------------------------------
+
+Installing on Mac OS X Lion from the binary distribution:
+---------------------------=====-------------------------
+
+1. download the binary distribution
+
+The binary distribution is an archive file, with a name similar to
+pyscard-1.6.14-py-2.7-macosx10.7.mpkg.
+
+2. Open the package and proceed with installation.
+
+Installing on Mac OS X Lion from the source distribution
+--------------------------------------------------------
+
+1. you will need swig 1.3.31 or later (http://www.swig.org); gcc and pcsc-lite
+are available out of the box on Max OS X Leopard
+
+2. download the source distribution
+
+The source distribution is available as pyscard-1.6.14.zip or
+pyscard-1.6.14.tar.gz.
+
+3. untar or unzip the source distribution
+
+4. from a terminal, type the following:
+
+sudo python setup.py build_ext install
+
+This will build pyscard and install it in the site-packages directory of
+your python distribution, e.g. /Library/Python/2.7/lib/site-packages/smartcard
+
+
-------------------------------------------------------------------------------
Developer documentation, unit tests and examples
-------------------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|