add KEY_MACRO 1-30 and other keys
[evtest.git] / INSTALL
blob4e592dd074b04d7b970875984465d841304a3041
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.