From caa4aaafe48fce11f6826ba2d0b8f1ff4f8e49cf Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Mon, 2 Aug 2010 01:49:03 +0200 Subject: Remove erroneous dependency on xorg macros This package has no external dependencies and should not depend on the xorg macros. This patch removes the dependency, adds a tailored INSTALL file, and uses git to generate the ChangeLog. Signed-off-by: Henrik Rydberg --- INSTALL | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..56bcf90 --- /dev/null +++ b/INSTALL @@ -0,0 +1,25 @@ +mtdev - Multitouch Protocol Translation Library (MIT license) + +To build, you need to have the autoconf and libtool packages +installed. Then, do + + ./autogen.sh + ./configure + make + +To test an MT device at /dev/input/eventX, do + + sudo ./test/mtdev-test /dev/input/eventX + +You should be able to see MT events in the terminal. After five +seconds of inactivity, the program exits. + +To install mtdev, do + + sudo make install + +By default, mtdev installs to /usr/local. To change, use the --prefix +configure option. + +Enjoy, +Henrik -- cgit v1.2.3