From: Patrik Flykt Date: Mon, 24 Sep 2012 10:43:50 +0000 (+0300) Subject: README: Mention readline and command line client disable switch X-Git-Tag: 1.8~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db246c8ff41a707c70f8eafde40e16571904c223;p=platform%2Fupstream%2Fconnman.git README: Mention readline and command line client disable switch --- 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 ============================