Merge pull request #2 from d0/master

Updated links in the documentation
This commit is contained in:
Frank Morgner
2014-05-01 21:57:41 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -189,7 +189,7 @@ the standard installation of OpenSC without |PACE|::
PREFIX=/tmp/install
VSMARTCARD=$PWD/vsmartcard
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD
git clone https://github.com/frankmorgner/vsmartcard.git $VSMARTCARD
cd $VSMARTCARD/ccid/src/opensc
autoreconf --verbose --install
./configure --prefix=$PREFIX

View File

@@ -84,7 +84,7 @@ the required binaries for OpenSSL)::
PREFIX=/tmp/install
OPENPACE=$PWD/openpace
git clone http://git.code.sf.net/p/openpace/git $OPENPACE
git clone https://github.com/frankmorgner/openpace.git $OPENPACE
cd $OPENPACE
autoreconf --verbose --install
# with `--enable-openssl-install` OpenSSL will be downloaded and installed along with OpenPACE
@@ -103,7 +103,7 @@ The @PACKAGE_NAME@ needs the OpenSC components to be installed (especially
of OpenSC::
VSMARTCARD=$PWD/vsmartcard
git clone http://git.code.sf.net/p/vsmartcard/git $VSMARTCARD
git clone https://github.com/frankmorgner/vsmartcard.git $VSMARTCARD
cd $VSMARTCARD
git submodule init
git submodule update
@@ -189,6 +189,6 @@ Notes and References
.. target-notes::
.. _OpenPACE: http://openpace.sourceforge.net
.. _OpenPACE: https://frankmorgner.github.io/vsmartcard/
.. _OpenSC: https://github.com/OpenSC/OpenSC
.. _OpenSSL: http://www.openssl.org