README 696 B

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