use absolute path to source directories in guide

This commit is contained in:
Frank Morgner
2013-09-30 21:03:02 +02:00
parent e76238505b
commit f6879f42de
4 changed files with 6 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ installed (especially :file:`libopensc.so`). Here is an example of how to get
the standard installation of OpenSC without |PACE|::
PREFIX=/tmp/install
VSMARTCARD=vsmartcard
VSMARTCARD=$PWD/vsmartcard
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD
cd $VSMARTCARD/ccid/src/opensc
autoreconf --verbose --install

View File

@@ -188,7 +188,7 @@ installed (especially :file:`libopensc.so`). Here is an example of how to get
the standard installation of OpenSC without |PACE|::
PREFIX=/tmp/install
VSMARTCARD=vsmartcard
VSMARTCARD=$PWD/vsmartcard
git clone git://vsmartcard.git.sourceforge.net/gitroot/vsmartcard $VSMARTCARD
cd $VSMARTCARD/ccid/src/opensc
autoreconf --verbose --install

View File

@@ -83,7 +83,7 @@ Here is an example of how to get the standard installation of OpenPACE (with
the required binaries for OpenSSL)::
PREFIX=/tmp/install
OPENPACE=openpace
OPENPACE=$PWD/openpace
git clone http://git.code.sf.net/p/openpace/git $OPENPACE
cd $OPENPACE
autoreconf --verbose --install
@@ -102,7 +102,7 @@ The nPA Smart Card Library needs the OpenSC components to be installed (especial
:file:`libopensc.so`). Here is an example of how to get a suitable installation
of OpenSC::
VSMARTCARD=vsmartcard
VSMARTCARD=$PWD/vsmartcard
git clone http://git.code.sf.net/p/vsmartcard/git $VSMARTCARD
cd $VSMARTCARD
git submodule init

View File

@@ -83,7 +83,7 @@ Here is an example of how to get the standard installation of OpenPACE (with
the required binaries for OpenSSL)::
PREFIX=/tmp/install
OPENPACE=openpace
OPENPACE=$PWD/openpace
git clone http://git.code.sf.net/p/openpace/git $OPENPACE
cd $OPENPACE
autoreconf --verbose --install
@@ -102,7 +102,7 @@ The @PACKAGE_NAME@ needs the OpenSC components to be installed (especially
:file:`libopensc.so`). Here is an example of how to get a suitable installation
of OpenSC::
VSMARTCARD=vsmartcard
VSMARTCARD=$PWD/vsmartcard
git clone http://git.code.sf.net/p/vsmartcard/git $VSMARTCARD
cd $VSMARTCARD
git submodule init