Warning, /libraries/qca/INSTALL is written in an unsupported language. File is not indexed.

0001 Installing QCA
0002 --------------
0003 
0004 For Unix/Linux/Mac/Windows:
0005 
0006   cmake .
0007   make
0008   make install
0009   /sbin/ldconfig, if necessary
0010 
0011 Notes
0012 -----
0013 
0014   Use cmake cache entries
0015 
0016   CMAKE_INSTALL_PREFIX - must be defined otherwise QCA will be installed
0017                          in Qt prefix (by default: "")
0018   BUILD_TESTS - build unittests (by default: ON)
0019   BUILD_TOOLS - build mozcerts and qcatool (by default: ON)
0020   QCA_SUFFIX - suffix will be used for library, qcatool binary,
0021                qcatool manpage and qca pkg-config file (by default: "")
0022   LIB_SUFFIX - library directory suffix (by default: "")
0023   LIB_INSTALL_DIR - path to library directory
0024                     (by default: ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
0025   BUILD_PLUGINS - list plugins to build (botan;ossl;gnupg for example).
0026                   Also possible values is none, auto or all
0027                   (by default: "auto")
0028   WITH_${PLUGIN}_PLUGIN - to build particular plugin. Can be no, yes or
0029                           auto (WITH_ossl_PLUGIN=auto for example)
0030   DEVELOPER_MODE - mode to enable features for developers. If ON
0031                    will be used hardcoded path to 'crypto'
0032                    (by default: OFF)
0033   OSX_FRAMEWORK - build an OS X framework (by default: ON)
0034   USE_RELATIVE_PATHS - make relocatable package if possible (by default: OFF)
0035 
0036   Finally install paths can be override with:
0037 
0038   QCA_PREFIX_INSTALL_DIR - qca prefix, just a origin to make other paths
0039   QCA_PLUGINS_INSTALL_DIR - qt plugins path
0040   QCA_BINARY_INSTALL_DIR - qcatool will be installed to
0041   QCA_LIBRARY_INSTALL_DIR - qca library will be installed to
0042   QCA_FEATURE_INSTALL_DIR - path to qt mkspecs dir
0043   QCA_INCLUDE_INSTALL_DIR - path for QtCrypto dir with includes
0044   QCA_PRIVATE_INCLUDE_INSTALL_DIR - for future implementation
0045   QCA_DOC_INSTALL_DIR - for html documentation
0046   QCA_MAN_INSTALL_DIR - for qcatool manpage
0047   PKGCONFIG_INSTALL_PREFIX - path to install pkg config file
0048 
0049 Please report problems to:
0050   http://bugs.kde.org
0051 
0052 Official git repo:
0053   https://invent.kde.org/kde/qca