Files
vsmartcard/doc/autotools.rst.in
frankmorgner c1cb30cdc3 file markup
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@598 96b47cad-a561-4643-ad3b-153ac7d7599c
2011-10-29 22:43:20 +00:00

21 lines
605 B
ReStructuredText

.. highlight:: sh
=============
Installation
=============
The @PACKAGE_NAME@ 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:`@PACKAGE_TARNAME@` to
get the missing standard auxiliary files::
autoreconf -i
To configure (:command:`configure --help` lists possible options), build and
install the @PACKAGE_NAME@ now do the following::
./configure
make
make install