From 41197333c6779832bd718fa55ed1b17d97e02304 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 20:51:35 +0100 Subject: Switch to autotools To simplify the creation of packages for mtview, swtich to using the autoconf make tools. 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..853cfb6 --- /dev/null +++ b/INSTALL @@ -0,0 +1,25 @@ +mtview - Multitouch Viewer + +To build, you need to have the autoconf, libtool, xorg-dev, +libutouch-frame-dev, libutouch-evemu-dev and mtdev-dev packages +installed. Then, do + + ./autogen.sh + ./configure + make + +To view the touch properties of an MT device at /dev/input/eventX, do + + sudo ./tools/mtview /dev/input/eventX + +You should be able to see touch events in the window. + +To install mtview, do + + sudo make install + +By default, mtview installs to /usr/local. To change, use the --prefix +configure option. + +Enjoy, +Henrik -- cgit v1.2.3