summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-12-23 10:38:36 -0500
committerAllen Winter <allen.winter@kdab.com>2014-12-23 10:38:36 -0500
commitdd5808c32c3450f46efa74644aecc2b5b02616e9 (patch)
tree2442943f67146d61337c1878f294552cebab8a0a /Install.txt
parent217bf26fb2d4d98a598956ef071a2dd99cb0a13c (diff)
downloadlibical-git-dd5808c32c3450f46efa74644aecc2b5b02616e9.tar.gz
restore the CXX-bindings feature
also cleanup some code: coding style, licenses, copyrights
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index 076b1408..b78afcaa 100644
--- a/Install.txt
+++ b/Install.txt
@@ -77,3 +77,8 @@ of the libraries, but that behavior can be modified at CMake time:
files pass the -DGOBJECT_INTROSPECTION=True option to CMake. You'll
need to have the GObject Introspection development package v0.6.7 or higher
installed beforehand.
+
+== 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.
+ Turn this off by passing -DWITH_CXX_BINDINGS=False option to CMake.