summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2012-09-24 13:43:50 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-09-26 12:33:26 +0300
commitdb246c8ff41a707c70f8eafde40e16571904c223 (patch)
tree6467f111d04c84d4d14fe7ba9aa86e63db9d927e /README
parent01fbf6a972c67f65715bf61154cfeb1d6fdef0aa (diff)
downloadconnman-db246c8ff41a707c70f8eafde40e16571904c223.tar.gz
connman-db246c8ff41a707c70f8eafde40e16571904c223.tar.bz2
connman-db246c8ff41a707c70f8eafde40e16571904c223.zip
README: Mention readline and command line client disable switch
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 6215e96d..1e3481d2 100644
--- 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
============================