summaryrefslogtreecommitdiff
path: root/README
blob: db105e00b803d8f29643452da620eaab71538469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ekgping - Electrocardiograph-like visual and audible ping
---------------------------------------------------------

http://finalrewind.org/projects/ekgping/

Dependencies
------------

 * ping
 * perl >= 5.10
 * File::ShareDir
 * IPC::Run
 * Module::Build
 * SDL
 * Term::Size

Installation
------------

$ perl Build.PL
$ perl Build
$ sudo perl Build install

Note for Debian/Ubuntu users: There seem to be installation problems with perl
5.10. If ekgping fails to find beep.ogg, try reinstalling it after installing
libmodule-build-perl.