Code

bindings/Makefile.am: Don't build the Perl bindings automatically.
[liboping.git] / README
1  liboping - Library to ping IPv4 and IPv6 hosts in parallel
2 ============================================================
3 http://verplant.org/liboping/
5 About
6 -----
8   liboping was inspired by ping, libping and fping: It differs from these
9   existing solutions in that it can `ping' multiple hosts in parallel using
10   IPv4 or IPv6 transparently. Other design principles were an object oriented
11   interface, simplicity and extensibility.
14 Features
15 --------
17   * Support for multiple hosts.
19   * Support for IPv4 and IPv6.
21   * Object oriented interface.
23 Perl bindings
24 -------------
26   Included in the source package of liboping are bindings for Perl. The code
27   resides in the bindings/ subdirectory but is not compiled and installed by
28   default. The problem is that before linking with the library, the library
29   must be installed.
31   If you want to build the Perl bindings compile and install liboping first.
32   Then go into the bindings/ directory and type
33     $ make perl install
35 Author
36 ------
38   Florian octo Forster <octo at verplant.org>