Add REL_RX, REL_RY, REL_RZ
[evtest.git] / INSTALL
blob67786f6601da7b912cc2a65236393c94c6858a6a
1 Manual compilation (if autotools are not available):
2 $> gcc -o evtest evtest.c
4 Otherwise, run the following commands.
6 $> autoreconf -iv
7 $> configure --prefix=/usr 
8 $> make 
9 $> make install
11 Adjust the prefix as necessary, on most distributions /usr is fine.
12 evtest itself has no requirements other than the C compiler, if you need
13 evtest-capture, install the libxml-2.0 development files.