Go to file
Gustavo Sverzut Barbieri 9fdaefb00d add check at configure, add info to README.
SVN revision: 75178
2012-08-12 23:18:52 +00:00
data add launcher with --agent option 2012-08-12 23:18:22 +00:00
m4 econnman got icons (ugly, but less than the text versions I had before) 2012-07-07 05:13:06 +00:00
AUTHORS welcome econnman application. 2012-07-02 03:26:05 +00:00
COPYING welcome econnman application. 2012-07-02 03:26:05 +00:00
ChangeLog welcome econnman application. 2012-07-02 03:26:05 +00:00
Makefile.am add launcher with --agent option 2012-08-12 23:18:22 +00:00
NEWS welcome econnman application. 2012-07-02 03:26:05 +00:00
README add check at configure, add info to README. 2012-08-12 23:18:52 +00:00
autogen.sh welcome econnman application. 2012-07-02 03:26:05 +00:00
configure.ac add check at configure, add info to README. 2012-08-12 23:18:52 +00:00
econnman-bin.in econnman: improve theme and look and feel. 2012-08-03 22:09:19 +00:00

README

ConnMan User Interface in EFL

REQUIREMENTS
============

 * Python-Elementary >= 1.7.0
 * Python-E_DBus >= 1.7.0
 * Python >= 2.7


RUNNING
=======

Executing econnman without arguments will start it WITHOUT the agent
support. Any requested interaction will be left to existing agents, if
any. This means that if you need to input passwords, it will use
another agent.

If you do not have another agent and need to type in passwords, then
start econnman with the agent support:

        econnman-bin --agent



BUILDING AND INSTALLING
=======================

This package uses automake, so execute:

Build::

        ./configure --prefix=/usr
        make all

Install::

        make install

If you wish to install at alternative locations, then make sure to
configure your PYTHONPATH to be able to access this location!