summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-06-02 18:36:50 -0400
committerAllen Winter <allen.winter@kdab.com>2015-06-02 18:36:50 -0400
commit87c71958d01ee080218cc2753c8cde6e64593973 (patch)
tree32b736509873a64f42aabc929ffa4e2f2ba84869 /Install.txt
parent5cf5e4ab5789af06b6a951aa4e04938c22cd0d69 (diff)
downloadlibical-git-87c71958d01ee080218cc2753c8cde6e64593973.tar.gz
Install.txt - talk about libicu dependency
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index ad2730c8..90ba2eb2 100644
--- a/Install.txt
+++ b/Install.txt
@@ -72,6 +72,14 @@ Then you can set the C and C++ compilers at CMake time, like so:
% CC=clang CXX=clang++ cmake ..
== Optional Dependencies ==
+* libicu "International Components for Unicode" development libraries.
+ Highly recommended for RSCALE support.
+ libicu can be found at http://www.icu-project.org
+
+ If CMake doesn't locate your libicu installation try setting the
+ 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.