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..187d071
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
1utouch-frame - Touch Frame Library
2
3To build, you need to have the autoconf, libtool, libutouch-evemu-dev
4and mtdev-dev packages installed. Then, do
5
6 ./autogen.sh
7 ./configure
8 make
9
10To test the touch properties of an MT device at /dev/input/eventX, do
11
12 sudo ./test/utouch-frame-test /dev/input/eventX
13
14You should be able to see touch events in the terminal. After five
15seconds of inactivity, the program exits.
16
17To install utouch-frame, do
18
19 sudo make install
20
21By default, utouch-frame installs to /usr/local. To change, use the --prefix
22configure option.
23
24Enjoy,
25Henrik