summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-16 08:57:15 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-16 08:57:15 +0200
commit895c77c7705f172e8a132baa27daa0bae4ae830f (patch)
tree485e61e5ecb581e5d05f06b43ae7ff96a8e07d2b /docs
parent5209f108fb252dbf649ece79f5a6af49151d9721 (diff)
downloaduca-895c77c7705f172e8a132baa27daa0bae4ae830f.tar.gz
uca-895c77c7705f172e8a132baa27daa0bae4ae830f.tar.bz2
uca-895c77c7705f172e8a132baa27daa0bae4ae830f.tar.xz
uca-895c77c7705f172e8a132baa27daa0bae4ae830f.zip
Clarify problems with gobject introspection
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual.md b/docs/manual.md
index b709f63..0282652 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -99,6 +99,12 @@ The former tells CMake to install into `/usr` instead of `/usr/local` and the
latter that 64 should be appended to any library paths. This is necessary on
Linux distributions that expect 64-bit libraries in `/usr[/local]/lib64`.
+It is also highly recommended to set the the install prefix to `/usr` when
+using the language bindings because GObject introspection will only look for
+type libraries in `/usr/lib/girepository-1.0`. If you want to install in another
+directory, you can also set the `GI_TYPELIB_PATH` environment variable to the
+path were the `Ufo-x.y.typelib` is located.
+
#### Building this manual