Home | History | Annotate | only in /xsrc/external/mit/xinput/dist
Up to higher level directory
NameDateSize
aclocal.m419-Jun-2023123.3K
AUTHORS06-Sep-2008115
ChangeLog19-Jun-202386.2K
compile19-Jun-20237.2K
config.guess19-Jun-202348.6K
config.h.in19-Jun-20231.9K
config.sub19-Jun-202334.6K
configure19-Jun-2023360.3K
configure.ac19-Jun-20232.4K
COPYING31-May-20132.4K
depcomp19-Jun-202323K
INSTALL27-Apr-201615.4K
install-sh19-Jun-202315K
Makefile.am22-May-20101.3K
Makefile.in19-Jun-202326.7K
man/19-Feb-2026
missing19-Jun-20236.7K
NEWS06-Sep-2008130
README06-Sep-2008696
src/19-Feb-2026

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.
     30