Git init
[framework/uifw/xorg/app/xinput.git] / README
1                                 xinput
2                                 ======
3
4 Overview
5 ========
6
7 xinput is a utility to configure and test XInput devices. It wasn't
8 originally designed to be the primary tool for doing this but it's
9 still pretty much the only program out there for doing it. :-)
10
11 Requirements
12 ============
13
14 xinput depends on the X11 headers and particularly the XInput headers.
15 As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3),
16 your headers must be from that version or newer.
17
18 Otherwise it will just require a working ANSI C compiler.
19
20 Building and Installation
21 =========================
22
23 xinput uses autotools so the usual pattern applies:
24
25 ./configure
26 make
27 make install
28
29 See the INSTALL file for details.