From 87c71958d01ee080218cc2753c8cde6e64593973 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 2 Jun 2015 18:36:50 -0400 Subject: Install.txt - talk about libicu dependency --- Install.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Install.txt') 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. -- cgit v1.2.1