diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-02 01:49:03 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-02 01:49:03 +0200 |
| commit | caa4aaafe48fce11f6826ba2d0b8f1ff4f8e49cf (patch) | |
| tree | 335f0003ca34972a732799ac58ff916ae7c49100 /INSTALL | |
| parent | abfa51e422384d23ea0a253e5937063131fd4279 (diff) | |
Remove erroneous dependency on xorg macros
This package has no external dependencies and should not depend
on the xorg macros. This patch removes the dependency, adds a tailored
INSTALL file, and uses git to generate the ChangeLog.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 25 |
1 files changed, 25 insertions, 0 deletions
| @@ -0,0 +1,25 @@ | |||
| 1 | mtdev - Multitouch Protocol Translation Library (MIT license) | ||
| 2 | |||
| 3 | To build, you need to have the autoconf and libtool packages | ||
| 4 | installed. Then, do | ||
| 5 | |||
| 6 | ./autogen.sh | ||
| 7 | ./configure | ||
| 8 | make | ||
| 9 | |||
| 10 | To test an MT device at /dev/input/eventX, do | ||
| 11 | |||
| 12 | sudo ./test/mtdev-test /dev/input/eventX | ||
| 13 | |||
| 14 | You should be able to see MT events in the terminal. After five | ||
| 15 | seconds of inactivity, the program exits. | ||
| 16 | |||
| 17 | To install mtdev, do | ||
| 18 | |||
| 19 | sudo make install | ||
| 20 | |||
| 21 | By default, mtdev installs to /usr/local. To change, use the --prefix | ||
| 22 | configure option. | ||
| 23 | |||
| 24 | Enjoy, | ||
| 25 | Henrik | ||
