~chasedouglas/grail/original-touch-state

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Henrik Rydberg
  • Date: 2011-01-02 12:08:08 UTC
  • Revision ID: rydberg@bitmath.org-20110102120808-0nzbo3fcpp91sir5
Replace touch logic with utouch frame engine

The original grail uses an internal touch framework and exports some
touch information as extended attributes to gesture events. This was
never quite the intention, but rather to expose gestures and touches
on a similar footing, such that grail can be input agnostic. This
patch starts off by replacing the internal touch framework with the
utouch-frame engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
grail - Gesture Recognition And Instantiation Library
2
2
 
3
 
To build, you need to have the autoconf, libtool and mtdev-dev packages
4
 
installed. Then, do
 
3
To build, you need to have the autoconf, libtool, mtdev-dev,
 
4
libutouch-evemu-dev and libutouch-frame packages installed. Then, do
5
5
 
6
6
   ./autogen.sh
7
7
   ./configure