README: Mention readline and command line client disable switch
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 24 Sep 2012 10:43:50 +0000 (13:43 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 26 Sep 2012 09:33:26 +0000 (12:33 +0300)
README

diff --git a/README b/README
index 6215e96..1e3481d 100644 (file)
--- a/README
+++ b/README
@@ -42,6 +42,7 @@ In order to compile Connection Manager you need following software packages:
        - IP-Tables library
        - GnuTLS library (optional)
        - PolicyKit (optional)
+       - readline (command line client)
 
 To configure run:
        ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
@@ -176,6 +177,15 @@ For a working system, certain configuration options need to be enabled:
                written to use NetworkManager to detect online/offline
                status and have not yet been converted to use ConnMan.
 
+       --disable-client
+
+               Disable support for the command line client
+
+               By default the command line client is enabled and uses the
+               readline library. For specific systems where ConnMan is
+               configured by other means, the command line client can be
+               disabled and the dependency on readline is removed.
+
 
 wpa_supplicant configuration
 ============================