-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathINSTALL
50 lines (34 loc) · 1.26 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
INSTALLATION PROCEDURE
======================
Installation from source:
"""""""""""""""""""""""""
get the rutokens-driver-x.y.z.tar.gz archive and do:
$ tar xzvf rutokens-driver-x.y.z.tar.gz
$ cd rutokens-driver-x.y.z
$ ./configure
$ make
$ sudo make install
The ./configure script tries to get the
directory used by pcscd using 'pkg-config libpcsclite --variable=usbdropdir'
So you should not have to use the --enable-usbdropdir=DIR argument.
udev rules installation
~~~~~~~~
By default udev rules file to support RutokenS is copied to /etc/udev/rules.d.
To make it work properly do:
$ udevadm control --reload-rules
And restart udev daemon.
If udev rules file installation is not required, use --enable-udevrules=no key,
when calling ./configure script.
libusb not found
~~~~~~~~~~~~~~~~
If the ./configure script says something like:
configure: error: usb.h not found, use --enable-libusb=PATH
You should use --enable-libusb=PATH to tell ./configure where to find
the usb.h and libusb.so files. The ./configure script will use
PATH/include/ to search for usb.h and PATH/lib/ to search for libusb.so
Binary installation:
""""""""""""""""""""
Contact your distribution support.
Technical support:
""""""""""""""""""""
Contact Aktiv Co technical support: <[email protected]>