summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL25
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..853cfb6
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
1mtview - Multitouch Viewer
2
3To build, you need to have the autoconf, libtool, xorg-dev,
4libutouch-frame-dev, libutouch-evemu-dev and mtdev-dev packages
5installed. Then, do
6
7 ./autogen.sh
8 ./configure
9 make
10
11To view the touch properties of an MT device at /dev/input/eventX, do
12
13 sudo ./tools/mtview /dev/input/eventX
14
15You should be able to see touch events in the window.
16
17To install mtview, do
18
19 sudo make install
20
21By default, mtview installs to /usr/local. To change, use the --prefix
22configure option.
23
24Enjoy,
25Henrik