From 4bf88d63a45f2547f90a9d1edca9c9d9028c33d0 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Sun, 1 Jun 2014 22:16:13 +0200 Subject: [PATCH] ccid: updated guide for building OpenSC --- ccid/doc/README.txt | 3 +++ ccid/doc/README.txt.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ccid/doc/README.txt b/ccid/doc/README.txt index 1080d9d..3fb5737 100644 --- a/ccid/doc/README.txt +++ b/ccid/doc/README.txt @@ -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 diff --git a/ccid/doc/README.txt.in b/ccid/doc/README.txt.in index 2929ccb..2178224 100644 --- a/ccid/doc/README.txt.in +++ b/ccid/doc/README.txt.in @@ -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