Support & Development

From Mobile Manager

Jump to: navigation, search

Contents

For developers

Documentation

Mobile Manager API documentation : Here is the API documentation with the definitions of the interfaces of mobile-manager dbus service.

Download mobilemanager code

svn co https://mobile-manager.svn.sourceforge.net/svnroot/mobile-manager/trunk mobile-manager

How to compile mobile manager

From source tarball :

./configure --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian (or redhat or opensuse)
make
make install
reload dbus server
start mobilemanager 

From svn version :

./autogen.sh --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian (or redhat or opensuse)
make
make install
reload dbus server
start mobilemanager

Mailing lists