From f0aba58c91933a4702a7cc74f7daf4192868f570 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 17:58:01 +0100 Subject: Initial load of utouch-frame Compiles and runs on mtdev. ABI proof. 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..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 -- cgit v1.2.3