INSTALLATION PROCEDURE
======================

Installation from source:
"""""""""""""""""""""""""

1. Download the abcccid-x.y.z.tar.bz2 archive and do:

# tar -jxvf abcccid-x.y.z.tar.bz2
# cd abcccid-x.y.z

2. Make sure dependencies are met:

# Build essentials: sudo apt-get install build-essential
# PCSC Lite: sudo apt-get install libpcsclite-dev
# libusb: sudo apt-get install libusb-1.0.0-dev
# pkg-config: sudo apt-get install pkg-config

3. Enter the following commands to install the driver.

# ./configure
# make
# sudo make install

4. all done!
