X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/1e0b1816a95910631a6b1c8572b9689c32aeb3a0..3ea8f02027b18cf06774c8f26a719e321e9a78f2:/README?ds=sidebyside diff --git a/README b/README index 3c8605f..08a4ec9 100644 --- a/README +++ b/README @@ -1,22 +1,29 @@ - xinput 1.x by Frederic Lepied + xinput + ====== -1. Introduction -=============== +Overview +======== -xinput is an utility I have built to configure and test my XInput -devices. The functionalities aren't complete but they fill my -needs. If you have some ideas or needs for improvement, feel free to -contact me. Any feedback welcome. +xinput is a utility to configure and test XInput devices. It wasn't +originally designed to be the primary tool for doing this but it's +still pretty much the only program out there for doing it. :-) -2. Requirements -=============== +Requirements +============ -You'll need an ANSI C compiler. I know it works under Linux -ELF/XFree86 and Solaris 2.4 Sparc/X11R6.1. +xinput depends on the X11 headers and particularly the XInput headers. +As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3), +your headers must be from that version or newer. -3. Installation -=============== +Otherwise it will just require a working ANSI C compiler. -xmkmf -a +Building and Installation +========================= + +xinput uses autotools so the usual pattern applies: + +./configure +make make install -make install.man + +See the INSTALL file for details.