diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-01-29 10:41:11 +0100 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-01-29 11:54:18 +0100 |
commit | 8198f852f26803285c14645b319c83d7e04e28d9 (patch) | |
tree | 2246922fa223e90ad73cb73779032f584a397079 /README | |
parent | 8608a306e80f3aec068c36c83e17f35c52df1381 (diff) |
README: LD_LIBRARY_PATH needs to be set for running introspection examples
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |