Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-06-13 | 716 Bytes | |
winscard_i386-linux.tar.gz | 2013-06-13 | 36.7 kB | |
Totals: 2 Items | 37.4 kB | 0 |
INTRODUCTION: SCard4Wine provides sources and precompile binaries for a modified Winscard shared library in WINE that provides full-featured Smart Card support. WINE must be installed prior to copying the provided precompiled shared library (for example through sudo apt-get install wine). INSTALLATION: The file winscard_i386-linux.tar.gz provides a 32-bit binary of the Winscard shared library. Unzip it and execute the bundled install.sh to install the library automatically : tar xvfz winscard_linux-x86.tar.gz sudo sh install.sh You can also install it manually by copying winscard.dll.so and libwinscard.def to the "lib" directory of the your wine installation (e.g. /usr/lib/wine/lib)