From 50720ff856913827242100ac5acd37e0362eca5e Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 3 Dec 2016 10:56:20 -0500 Subject: Install.txt - discuss how to skip optional dependencies --- Install.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Install.txt') 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_=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. -- cgit v1.2.1