[next] telepathy-glib: README: LD_LIBRARY_PATH needs to be set for running introspection examples
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 12 09:57:32 PDT 2013
Module: telepathy-glib
Branch: next
Commit: 8198f852f26803285c14645b319c83d7e04e28d9
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=8198f852f26803285c14645b319c83d7e04e28d9
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Tue Jan 29 10:41:11 2013 +0100
README: LD_LIBRARY_PATH needs to be set for running introspection examples
---
README | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/README b/README
index a444534..2d27bdb 100644
--- a/README
+++ b/README
@@ -119,5 +119,8 @@ variable:
GI_TYPELIB_PATH=`pwd`/telepathy-glib
export GI_TYPELIB_PATH
+ LD_LIBRARY_PATH=`pwd`/telepathy-glib/.libs
+ export LD_LIBRARY_PATH
+
In Python you can access the API using;
from gi.repository import TelepathyGLib
More information about the telepathy-commits
mailing list