~ubuntu-branches/ubuntu/utopic/acsccid/utopic-backports

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Installation
------------

1. Login as root.

2. Enter the following commands to unpack the driver source code.

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

3. Enter the following commands to install the driver.

# ./configure
# make
# make install

4. To build the driver in Mac OS X, please install development tools from
   Apple and install libusb-0.1. Enter the following commands to install the
   driver.

# ./MacOSX/configure
# make
# make install