aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 67786f6601da7b912cc2a65236393c94c6858a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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, if you need
evtest-capture, install the libxml-2.0 development files.