Code

ChangeLog, README: Updated information for the 1.0.0 release.
[liboping.git] / README
diff --git a/README b/README
index 49b245e1b950849880abf64db95850c38a4a2737..b12fd5d39efa5c5a1121c0f47456774f1ca95483 100644 (file)
--- a/README
+++ b/README
@@ -20,17 +20,15 @@ Features
 
   * Object oriented interface.
 
+
 Perl bindings
 -------------
 
   Included in the source package of liboping are bindings for Perl. The code
-  resides in the bindings/ subdirectory but is not compiled and installed by
-  default. The problem is that before linking with the library, the library
-  must be installed.
+  resides in the bindings/ subdirectory and is compiled and installed by
+  default. To disable building the Perl bindings, call `configure' with
+  `--without-perl-bindings'.
 
-  If you want to build the Perl bindings compile and install liboping first.
-  Then go into the bindings/ directory and type
-    $ make perl install
 
 Author
 ------