telepathy-mission-control-5.16.3
Installation of Telepathy Mission Control
Install Telepathy Mission Control
by running the following commands:
./configure --prefix=/usr --disable-static --disable-upower &&
make
This package does not come with a testsuite.
Now, as the root
user:
make install
Command Explanations
--disable-upower
This
switch disables the use of UPower
because Telepathy Mission Control
fails to build with latest version.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Contents
Installed Programs:
mc-tool, mc-wait-for-name and
mission-control-5
Installed Libraries:
libmission-control-plugins.so
Installed Directories:
/usr/include/mission-control-5.5,
/usr/lib/telepathy and
/usr/share/gtk-doc/html/mission-control-plugins
Short Descriptions
mc-tool
|
is a command line tool used to manipulate Mission Control
accounts.
|
mc-wait-for-name
|
waits for a (D-Bus) bus name that will (after a while) be
provided automatically by the desktop session.
|
mission-control-5
|
is a D-Bus service which
runs on the session bus to implement AccountManager and
ChannelDispatcher services described in the Telepathy D-Bus specification.
|
libmission-control-plugins.so
|
contains Telepathy Mission
Control plugin API functions.
|
Last updated on 2014-08-25 14:56:55 -0700