summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-08-22 20:21:43 +0000
committer <>2012-11-08 14:57:14 +0000
commit2f4546f3926e7cf4a156fdc8c081a6fcfecf0b17 (patch)
tree97805ebcb74d195b44684d8d72b59823ab999d1d /INSTALL
downloadmtdev-master.tar.gz
Imported from /home/lorry/working-area/delta_mtdev/mtdev-1.1.3.tar.gz.HEADmtdev-1.1.3master
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL25
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..56bcf90
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
+mtdev - Multitouch Protocol Translation Library (MIT license)
+
+To build, you need to have the autoconf and libtool packages
+installed. Then, do
+
+ ./autogen.sh
+ ./configure
+ make
+
+To test an MT device at /dev/input/eventX, do
+
+ sudo ./test/mtdev-test /dev/input/eventX
+
+You should be able to see MT events in the terminal. After five
+seconds of inactivity, the program exits.
+
+To install mtdev, do
+
+ sudo make install
+
+By default, mtdev installs to /usr/local. To change, use the --prefix
+configure option.
+
+Enjoy,
+Henrik