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