diff options
author | Eike Rathke <erack@redhat.com> | 2012-04-14 13:06:29 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:09 +0200 |
commit | a8ef97df50dfd18e2bcccc760918c6ba9d4b4a93 (patch) | |
tree | b6cc3aaf38abecf3f3ba50f12b3126374d91a431 /tubes/README | |
parent | c4e3c9079a476ea9d01ba2d9519942bea1770ba6 (diff) |
tubes: mention local copy of needed telepathy-glib
Diffstat (limited to 'tubes/README')
-rw-r--r-- | tubes/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tubes/README b/tubes/README index 126114acf9ee..d3733455aead 100644 --- a/tubes/README +++ b/tubes/README @@ -8,6 +8,15 @@ the same TeleConference abstraction. To enable configure LibO with --enable-telepathy +Currently (2012-04-14) at least telepathy-glib 0.18 is needed, which doesn't +come with distributions. Download it from +http://telepathy.freedesktop.org/releases/telepathy-glib/ +and make install it locally, e.g. with --prefix=$HOME/usr +For LibO configure then use PKG_CONFIG_PATH="$HOME/usr/lib/pkgconfig +To not have tubes and sc cppunittests stumble (LD_LIBRARY_PATH is not evaluated +in unit tests and thus not a solution) copy the libs to the solver, i.e. +cp -p $HOME/usr/lib/libtelepathy-glib.* $SRCDIR/solver/$INPATH/lib/ + If you have a Telepathy-enabled LibreOffice installed to /usr (including liboapprover) you may also want to install the .service and .client files to make everything service-activatable: |