added recommended configure options to documentation
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@727 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -4,6 +4,7 @@ do_subst = sed \
|
|||||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||||
|
-e 's,[@]RECOMMENDED_CONF_OPTS[@],,g' \
|
||||||
-e 's,[@]builddir[@],$(builddir),g' \
|
-e 's,[@]builddir[@],$(builddir),g' \
|
||||||
-e 's,[@]prefix[@],$(prefix),g' \
|
-e 's,[@]prefix[@],$(prefix),g' \
|
||||||
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ get the missing standard auxiliary files::
|
|||||||
To configure (:command:`configure --help` lists possible options), build and
|
To configure (:command:`configure --help` lists possible options), build and
|
||||||
install the @PACKAGE_NAME@ now do the following::
|
install the @PACKAGE_NAME@ now do the following::
|
||||||
|
|
||||||
./configure
|
./configure@RECOMMENDED_CONF_OPTS@
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ do_subst = sed \
|
|||||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||||
|
-e 's,[@]RECOMMENDED_CONF_OPTS[@],,g' \
|
||||||
-e 's,[@]builddir[@],$(builddir),g' \
|
-e 's,[@]builddir[@],$(builddir),g' \
|
||||||
-e 's,[@]prefix[@],$(prefix),g' \
|
-e 's,[@]prefix[@],$(prefix),g' \
|
||||||
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ Establishment (PACE). npa-tool can be used for PIN management or to encrypt
|
|||||||
APDUs inside a secure messaging channel established with PACE.
|
APDUs inside a secure messaging channel established with PACE.
|
||||||
|
|
||||||
|
|
||||||
|
.. _npa-install:
|
||||||
|
|
||||||
.. include:: autotools.rst
|
.. include:: autotools.rst
|
||||||
|
|
||||||
The nPA Smart Card Library has the following dependencies:
|
The nPA Smart Card Library has the following dependencies:
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ do_subst = sed \
|
|||||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||||
|
-e 's,[@]RECOMMENDED_CONF_OPTS[@],,g' \
|
||||||
-e 's,[@]builddir[@],$(builddir),g' \
|
-e 's,[@]builddir[@],$(builddir),g' \
|
||||||
-e 's,[@]prefix[@],$(prefix),g' \
|
-e 's,[@]prefix[@],$(prefix),g' \
|
||||||
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ do_subst = sed \
|
|||||||
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
-e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' \
|
||||||
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
-e 's,[@]PACKAGE_URL[@],$(PACKAGE_URL),g' \
|
||||||
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
|
||||||
|
-e 's,[@]RECOMMENDED_CONF_OPTS[@], --sysconfdir=/etc,g' \
|
||||||
-e 's,[@]builddir[@],$(builddir),g' \
|
-e 's,[@]builddir[@],$(builddir),g' \
|
||||||
-e 's,[@]prefix[@],$(prefix),g' \
|
-e 's,[@]prefix[@],$(prefix),g' \
|
||||||
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ get the missing standard auxiliary files::
|
|||||||
To configure (:command:`configure --help` lists possible options), build and
|
To configure (:command:`configure --help` lists possible options), build and
|
||||||
install the Virtual Smart Card now do the following::
|
install the Virtual Smart Card now do the following::
|
||||||
|
|
||||||
./configure
|
./configure --sysconfdir=/etc
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|||||||
Reference in New Issue
Block a user