xenocara/app/xinput
matthieu 1471212514 Use ASCII art when the environment is not UTF-8 capable.OB
Based on an initial patch by jasper@, ok jasper@.
2010-12-08 21:32:46 +00:00
..
man Update to xinput 1.5.3 2010-11-11 11:11:47 +00:00
src Use ASCII art when the environment is not UTF-8 capable.OB 2010-12-08 21:32:46 +00:00
aclocal.m4 Update to xinput 1.5.3 2010-11-11 11:11:47 +00:00
AUTHORS
ChangeLog update to xinput 1.5.3 2010-11-11 11:11:16 +00:00
config.guess
config.h.in Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
config.sub
configure Update to xinput 1.5.3 2010-11-11 11:11:47 +00:00
configure.ac Update to xinput 1.5.3 2010-11-11 11:11:47 +00:00
COPYING Update to xinput 1.5.1 2010-03-28 13:08:54 +00:00
depcomp
install-sh
Makefile.am Update to xinput 1.5.1 2010-03-28 13:08:54 +00:00
Makefile.bsd-wrapper
Makefile.in Update to xinput 1.5.3 2010-11-11 11:11:47 +00:00
missing
NEWS
README

				xinput
				======

Overview
========

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. :-)

Requirements
============

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.

Otherwise it will just require a working ANSI C compiler.

Building and Installation
=========================

xinput uses autotools so the usual pattern applies:

./configure
make
make install

See the INSTALL file for details.