~oif-team/grail/trunk.v1.0.17

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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