summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 4e592dd074b04d7b970875984465d841304a3041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manual compilation (if autotools are not available):
$> gcc -o evtest evtest.c

Otherwise, run the following commands.

$> autoreconf -iv
$> ./configure --prefix=/usr 
$> make 
$> make install

Adjust the prefix as necessary, on most distributions /usr is fine.
evtest itself has no requirements other than the C compiler.