The library VDCHUNK-SC version supports smart card commands. It includes the base version but requires the libraries "pcsc-lite" (smart card middleware) and "gcrypt" (implementation of cryptographic functions).
Ingo Naumann
December 2007
Project homepage: http://research.naumachiarius.com/vdchunk/
1. Make sure you have installed the packages "pcsc-lite" and "gcrypt" or install them if this is not the case. If you use SuSe Linux, you can install the package "libgcrypt-devel" by using YaST2 but you need to install PC/SC including the source code.
2. `cd' to the directory containing the VDChunk's source code and type `./configure' to configure the package for your system.
3. Type `make' to compile the package.
4. Type `make install' to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean'.
1.5.4