1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Installation instructions:
You must install first if you are upgrading from
btnx-0.2.x. Make sure to uninstall from btnx-0.2.x
source directory.
btnx-0.3.x needs btnx-config. Make sure to install
btnx-config after installing btnx.
btnx needs:
uinput
udev (for hotplugging)
-------------------------------------
For distros without sudo, you know what to do.
$ make
$ sudo make install
Uninstall:
$ sudo make uninstall
-------------------------------------
|