summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-01-29 10:41:11 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-01-29 11:54:18 +0100
commit8198f852f26803285c14645b319c83d7e04e28d9 (patch)
tree2246922fa223e90ad73cb73779032f584a397079 /README
parent8608a306e80f3aec068c36c83e17f35c52df1381 (diff)
downloadtelepathy-glib-8198f852f26803285c14645b319c83d7e04e28d9.tar.gz
README: LD_LIBRARY_PATH needs to be set for running introspection examples
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a4445345f..2d27bdbb6 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