Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/xinput/dist

Icon  Name                                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] AUTHORS 2008-09-06 14:26 115 [TXT] COPYING 2013-05-31 16:18 2.4K [DIR] CVS/ 2020-03-20 07:41 - [   ] ChangeLog 2019-07-19 16:29 83K [TXT] INSTALL 2016-04-27 16:19 15K [TXT] Makefile.am 2010-05-22 10:04 1.3K [TXT] Makefile.in 2019-07-19 16:29 26K [   ] NEWS 2008-09-06 14:26 130 [TXT] README 2008-09-06 14:26 696 [TXT] aclocal.m4 2019-07-19 16:29 123K [TXT] compile 2019-07-19 16:29 7.2K [TXT] config.guess 2019-07-19 16:29 43K [TXT] config.h.in 2013-05-31 16:18 1.7K [TXT] config.sub 2019-07-19 16:29 31K [TXT] configure 2019-07-19 16:29 350K [   ] configure.ac 2019-07-19 16:29 2.4K [TXT] depcomp 2019-07-19 16:29 23K [TXT] install-sh 2019-07-19 16:29 15K [DIR] man/ 2020-03-20 07:41 - [TXT] missing 2019-07-19 16:29 6.7K [DIR] src/ 2020-03-20 07:41 -
				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.