diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-12-30 20:51:35 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-01-02 09:18:44 +0100 |
| commit | 41197333c6779832bd718fa55ed1b17d97e02304 (patch) | |
| tree | b907e56978a81305e838e52be366c95f11dcf549 /INSTALL | |
| parent | 4b0f0873f91f7f37106fa39c6b8b5fa74f6a3dcc (diff) | |
Switch to autotools
To simplify the creation of packages for mtview, swtich to using the
autoconf make tools.
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 | mtview - Multitouch Viewer | ||
| 2 | |||
| 3 | To build, you need to have the autoconf, libtool, xorg-dev, | ||
| 4 | libutouch-frame-dev, libutouch-evemu-dev and mtdev-dev packages | ||
| 5 | installed. Then, do | ||
| 6 | |||
| 7 | ./autogen.sh | ||
| 8 | ./configure | ||
| 9 | make | ||
| 10 | |||
| 11 | To view the touch properties of an MT device at /dev/input/eventX, do | ||
| 12 | |||
| 13 | sudo ./tools/mtview /dev/input/eventX | ||
| 14 | |||
| 15 | You should be able to see touch events in the window. | ||
| 16 | |||
| 17 | To install mtview, do | ||
| 18 | |||
| 19 | sudo make install | ||
| 20 | |||
| 21 | By default, mtview installs to /usr/local. To change, use the --prefix | ||
| 22 | configure option. | ||
| 23 | |||
| 24 | Enjoy, | ||
| 25 | Henrik | ||
