Index of /archives/NetBSD/NetBSD-release-10/xsrc/external/mit/xinput/dist
Name Last modified Size Description
Parent Directory -
AUTHORS 2008-09-06 14:26 115
COPYING 2013-05-31 16:18 2.4K
CVS/ 2022-12-18 05:58 -
ChangeLog 2019-07-19 16:29 83K
INSTALL 2016-04-27 16:19 15K
Makefile.am 2010-05-22 10:04 1.3K
Makefile.in 2019-07-19 16:29 26K
NEWS 2008-09-06 14:26 130
README 2008-09-06 14:26 696
aclocal.m4 2019-07-19 16:29 123K
compile 2019-07-19 16:29 7.2K
config.guess 2019-07-19 16:29 43K
config.h.in 2013-05-31 16:18 1.7K
config.sub 2019-07-19 16:29 31K
configure 2019-07-19 16:29 350K
configure.ac 2019-07-19 16:29 2.4K
depcomp 2019-07-19 16:29 23K
install-sh 2019-07-19 16:29 15K
man/ 2022-12-18 05:58 -
missing 2019-07-19 16:29 6.7K
src/ 2022-12-18 05:58 -
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.