summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-12-07 12:25:24 -0500
committerAllen Winter <allen.winter@kdab.com>2014-12-07 12:25:24 -0500
commita6f5f8911555f3dc9973e5ebbb6791cd06799f26 (patch)
treece754f72d78220f9b30007ee9225bf992a2a6dd1 /Install.txt
parent2756e37290a30c5e9e18957fee27b97a4688641e (diff)
downloadlibical-git-a6f5f8911555f3dc9973e5ebbb6791cd06799f26.tar.gz
talk about optional dependencies
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 8dbdb1e5..076b1408 100644
--- a/Install.txt
+++ b/Install.txt
@@ -61,3 +61,19 @@ By default, the buildsystem creates shared(dynamic) and static versions
of the libraries, but that behavior can be modified at CMake time:
- To build the static libraries only, pass -DSTATIC_ONLY=True to CMake.
- To build the shared libraries only, pass -DSHARED_ONLY=True to CMake.
+
+== Optional Dependencies ==
+* Berkeley DB storage. If want to use (try) the Berkeley Database storage
+ you can pass the -DWITH_BDB=True option to CMake. You'll need to have
+ the Berkeley DB toolkit development package installed beforehand.
+ This is very old code that disappeared in the 1.x series but
+ has been resurrected it in the 2.x series.
+
+ ** This code path has not been fully tested.
+ ** Don't be surprised if there are bugs.
+ ** Do NOT use for production code.
+
+* GObject Introspection. To generate GObject introspection "typelib"
+ files pass the -DGOBJECT_INTROSPECTION=True option to CMake. You'll
+ need to have the GObject Introspection development package v0.6.7 or higher
+ installed beforehand.