added autogenerated files for easier development checkout

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@606 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-11-02 10:39:17 +00:00
parent 91896cce95
commit 5e47cd6851
12 changed files with 490 additions and 0 deletions

20
ccid/doc/autotools.rst Normal file
View File

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