Files
vsmartcard/ccid/INSTALL
frankmorgner 576aaca098 updated instructions
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@82 96b47cad-a561-4643-ad3b-153ac7d7599c
2010-04-27 20:02:31 +00:00

20 lines
841 B
Plaintext

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
OPENSC_CFLAGS compiler flags for libopensc usage (needed if no
pkg-config is available)
OPENSSL_CFLAGS compiler flags for libssl usage (needed if no
pkg-config is available)
PACE set it to something (e.g. "yes") to enable PACE, make
sure that your openssl is compiled with the OpenPACE
patch
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`.