Files
vsmartcard/doc/autotools.rst.in
2011-10-29 13:17:12 +00:00

17 lines
558 B
ReStructuredText

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