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