fixed OpenSC guide: use git submodule update

This commit is contained in:
Frank Morgner
2013-08-08 23:39:33 +02:00
parent 539a8ddee1
commit d0be88db30

View File

@@ -104,6 +104,8 @@ of OpenSC::
VSMARTCARD=vsmartcard
git clone http://git.code.sf.net/p/vsmartcard/git $VSMARTCARD
cd $VSMARTCARD
git submodule update
cd $VSMARTCARD/npa/src/opensc
autoreconf --verbose --install
# adding PKG_CONFIG_PATH here lets OpenSC use the patched OpenSSL