From 7db9d8d76ff61c4802ac15559dcea6fa54ff567a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 6 Aug 2010 21:11:17 +0200 Subject: initial bzr repo at rev 27 --- INSTALL | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..4e42ff7 --- /dev/null +++ b/INSTALL @@ -0,0 +1,32 @@ +grail - Gesture Recognition And Instantiation Library + +To build, you need to have the autoconf, libtool 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/grail-touch /dev/input/eventX + +You should be able to see touch events in the terminal. After five +seconds of inactivity, the program exits. + +To test gestures, do + + sudo ./test/grail-gesture 0xffffffff /dev/input/eventX + +You should be able to see gesture events in the terminal. After five +seconds of inactivity, the program exits. + +To install grail, do + + sudo make install + +By default, grail installs to /usr/local. To change, use the --prefix +configure option. + +Enjoy, +Henrik -- cgit v1.2.3