summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-12-03 10:56:20 -0500
committerAllen Winter <allen.winter@kdab.com>2016-12-03 10:56:20 -0500
commit50720ff856913827242100ac5acd37e0362eca5e (patch)
treec6475a4ef86df6527b6d38cde9ccf57ddd007774 /Install.txt
parent4c86f754f804724df0c53c78bd3c166fbfa780c1 (diff)
downloadlibical-git-50720ff856913827242100ac5acd37e0362eca5e.tar.gz
Install.txt - discuss how to skip optional dependencies
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 52fe5ae7..c8c8ccad 100644
--- a/Install.txt
+++ b/Install.txt
@@ -98,6 +98,12 @@ Then you can set the C and C++ compilers at CMake time, like so:
need to have the GObject Introspection development package v0.6.7 or higher
installed beforehand.
+You can also force CMake to ignore any of the optional dependencies
+by passing the option -DCMAKE_DISABLE_FIND_PACKAGE_<PACKAGE>=True.
+For instance:
+# tell cmake to ignore ICU
+ % cmake -DCMAKE_DISABLE_FIND_PACKAGE_ICU=True
+
== Language Bindings ==
This C library can be built with bindings for these other languages:
* C++. By default the buildsystem will create and install the C++ bindings API.