summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-12-30 17:58:01 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-12-30 17:58:01 +0100
commitf0aba58c91933a4702a7cc74f7daf4192868f570 (patch)
tree648c41fe09adb72344769dd6242638cbad835482 /INSTALL
Initial load of utouch-frame
Compiles and runs on mtdev. ABI proof. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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 @@
+utouch-frame - Touch Frame Library
+
+To build, you need to have the autoconf, libtool, libutouch-evemu-dev
+and mtdev-dev packages installed. Then, do
+
+ ./autogen.sh
+ ./configure
+ make
+
+To test the touch properties of an MT device at /dev/input/eventX, do
+
+ sudo ./test/utouch-frame-test /dev/input/eventX
+
+You should be able to see touch events in the terminal. After five
+seconds of inactivity, the program exits.
+
+To install utouch-frame, do
+
+ sudo make install
+
+By default, utouch-frame installs to /usr/local. To change, use the --prefix
+configure option.
+
+Enjoy,
+Henrik