summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
committerAllen Winter <allen.winter@kdab.com>2017-01-06 12:16:12 -0500
commit8eb5cd0be0084e20c6b22620c98207b38b345b71 (patch)
tree47603f9a545547efff4fe4fd622e030d08742cc3 /Install.txt
parent80dec594735f995e67ff57a1e88223819e93b402 (diff)
downloadlibical-git-8eb5cd0be0084e20c6b22620c98207b38b345b71.tar.gz
buildsystem: setup feature_summary for icu, bdb and python3.
bdb support is built by default if the Berkeley db is found
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Install.txt b/Install.txt
index e5b6ef06..d553de9b 100644
--- a/Install.txt
+++ b/Install.txt
@@ -82,11 +82,9 @@ Then you can set the C and C++ compilers at CMake time, like so:
ICU_BASE environment variable to the top folder where its installed
and run cmake again.
-* 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.
+* Berkeley DB storage.
+ Optional for the Berkeley Database storage support.
+ The development toolkit can be found at http://www.oracle.com/database/berkeley-db
** This code path has not been fully tested.
** Don't be surprised if there are bugs.