~oif-team/frame/1.1.4

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Chase Douglas
  • Date: 2012-08-15 19:05:52 UTC
  • Revision ID: chase.douglas@canonical.com-20120815190552-ul59r06he8a8j7f8
Rename project to simply 'frame'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
utouch-frame - Touch Frame Library
 
1
frame - Touch Frame Library
2
2
 
3
 
To build, you need to have the autoconf, libtool, libutouch-evemu-dev
 
3
To build, you need to have the autoconf, libtool, libevemu-dev
4
4
and mtdev-dev packages installed. Then, do
5
5
 
6
6
   ./autogen.sh
9
9
 
10
10
To test the touch properties of an MT device at /dev/input/eventX, do
11
11
 
12
 
   sudo ./test/utouch-frame-test /dev/input/eventX
 
12
   sudo ./test/frame-test-mtdev /dev/input/eventX
13
13
 
14
14
You should be able to see touch events in the terminal. After five
15
15
seconds of inactivity, the program exits.
16
16
 
17
 
To install utouch-frame, do
 
17
To install frame, do
18
18
 
19
19
   sudo make install
20
20
 
21
 
By default, utouch-frame installs to /usr/local. To change, use the --prefix
 
21
By default, frame installs to /usr/local. To change, use the --prefix
22
22
configure option.
23
23
 
24
24
Enjoy,