Added project informations.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@4 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2009-08-22 08:01:54 +00:00
parent c424f0eae2
commit f967d91e99
15 changed files with 920 additions and 0 deletions

17
virtualsmartcard/INSTALL Normal file
View File

@@ -0,0 +1,17 @@
Installation is simple; type `make install`. If you want to customize the
compilation or install process, you will need to pass variables to make.
DESTDIR prefix for installation
LIBPCSCLITE_CFLAGS compiler flags for pcsclite usage (needed if no
pkg-config is available)
python_sitelib where to install the virtual smartcard
serialdropdir where to install the virtual smartcard driver (needed
if no pkg-config is available)
See the Makefile for more details.
Example:
make DESTDIR=/tmp/stage install
Note: If you want to uninstall the binary, you need to pass the same DESTDIR
to make, for example `make DESTDIR=/tmp/stage uninstall`.