ccid: updated guide for building OpenSC

This commit is contained in:
Frank Morgner
2014-06-01 22:16:13 +02:00
parent 4139ead413
commit 4bf88d63a4
2 changed files with 6 additions and 0 deletions

View File

@@ -190,6 +190,9 @@ the standard installation of OpenSC without |PACE|::
PREFIX=/tmp/install
VSMARTCARD=$PWD/vsmartcard
git clone https://github.com/frankmorgner/vsmartcard.git $VSMARTCARD
cd $VSMARTCARD
git submodule init
git submodule update
cd $VSMARTCARD/ccid/src/opensc
autoreconf --verbose --install
./configure --prefix=$PREFIX