summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 2783400693b25e31f182a303a2d2fb843cc65be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
mtview - Multitouch Viewer

To build, you need to have the autoconf, libtool, libx11-dev,
libutouch-frame-dev, libutouch-evemu-dev and mtdev-dev (>= 1.1)
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