Telepathy Gabble is a Jabber/XMPP connection manager for the Telepathy framework.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-0.18.3.tar.gz
Download MD5 sum: 40f2fbabc4e6e147258c83ed697f2fcf
Download size: 2.7 MB
Estimated disk space required: 57 MB
Estimated build time: 1.0 SBU
Certificate Authority Certificates, GnuTLS-3.3.7 or OpenSSL-1.0.1i, SQLite-3.8.6, and telepathy-glib-0.24.1
libnice-0.1.7 and libsoup-2.46.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/telepathy-gabble
Install Telepathy Gabble by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/telepathy-gabble-0.18.3 && 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.
--with-ssl=openssl
: Use this switch if
you would like to use OpenSSL-1.0.1i
instead of GnuTLS-3.3.7 in case both are installed.
Last updated on 2014-08-25 18:22:00 -0700