Files
vsmartcard/virtualsmartcard/doc/autotools.rst
2011-11-02 10:39:17 +00:00

21 lines
612 B
ReStructuredText

.. highlight:: sh
=============
Installation
=============
The Virtual Smart Card uses the GNU Build System to compile and install. If you are
unfamiliar with it, please have a look at :file:`INSTALL`. If you have a look
around and can not find it, you are probably working bleeding edge in the
repository. Run the following command in :file:`virtualsmartcard` to
get the missing standard auxiliary files::
autoreconf -i
To configure (:command:`configure --help` lists possible options), build and
install the Virtual Smart Card now do the following::
./configure
make
make install