The Telepathy Logger package is a headless observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages in different formats.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-0.4.0.tar.bz2
Download MD5 sum: 0b891b860c7f3a01926f5cc22fd26120
Download size: 512 KB
Estimated disk space required: 11 MB
Estimated build time: 0.2 SBU
intltool-0.50.0, SQLite-3.7.11 and telepathy-glib-0.18.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-logger
Install Telepathy Logger by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--disable-static &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--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.
Last updated on 2012-05-16 16:39:28 +0000