2003-10-11 15:35:36 +00:00
|
|
|
Installing QCA
|
|
|
|
--------------
|
|
|
|
|
2013-08-26 01:18:55 +06:00
|
|
|
QCA requires Qt 4.7 or greater.
|
2007-07-06 02:29:48 +00:00
|
|
|
|
2013-08-26 01:18:55 +06:00
|
|
|
For Unix/Linux/Mac/Windows:
|
2005-07-07 00:52:42 +00:00
|
|
|
|
2013-08-26 01:18:55 +06:00
|
|
|
cmake .
|
2003-10-11 15:35:36 +00:00
|
|
|
make
|
|
|
|
make install
|
2007-08-20 00:15:45 +00:00
|
|
|
/sbin/ldconfig, if necessary
|
2003-10-11 15:35:36 +00:00
|
|
|
|
2007-07-06 02:29:48 +00:00
|
|
|
Notes
|
|
|
|
-----
|
|
|
|
|
2013-08-26 01:18:55 +06:00
|
|
|
Use cmake cache entries
|
|
|
|
|
2013-09-24 17:14:36 +06:00
|
|
|
CMAKE_INSTALL_PREFIX - must be defined otherwise QCA will be installed
|
|
|
|
in Qt prefix (by default: "")
|
2013-08-26 01:18:55 +06:00
|
|
|
QT4_BUILD - forced Qt4 building (by default: OFF)
|
|
|
|
BUILD_TESTS - build unittests (by default: ON)
|
2013-10-02 22:49:27 +06:00
|
|
|
QCA_SUFFIX - suffix will be used for library, qcatool binary,
|
|
|
|
qcatool manpage and qca pkg-config file (by default: "")
|
2013-08-26 01:18:55 +06:00
|
|
|
LIB_SUFFIX - library directory suffix (by default: "")
|
|
|
|
LIB_INSTALL_DIR - path to library directory
|
|
|
|
(by default: ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
|
2013-12-01 01:53:36 +06:00
|
|
|
BUILD_PLUGINS - list plugins to build (botan;ossl;gnupg for example).
|
|
|
|
Also possible values is none, auto or all
|
|
|
|
(by default: "auto")
|
2013-11-11 21:08:56 +06:00
|
|
|
WITH_${PLUGIN}_PLUGIN - to build particular plugin. Can be no, yes or
|
|
|
|
auto (WITH_ossl_PLUGIN=auto for example)
|
2013-08-26 01:18:55 +06:00
|
|
|
|
|
|
|
Finally install paths can be override with:
|
|
|
|
|
|
|
|
QCA_PREFIX_INSTALL_DIR - qca prefix, just a origin to make other paths
|
|
|
|
QCA_PLUGINS_INSTALL_DIR - qt plugins path
|
|
|
|
QCA_BINARY_INSTALL_DIR - qcatool will be installed to
|
|
|
|
QCA_LIBRARY_INSTALL_DIR - qca library will be installed to
|
|
|
|
QCA_FEATURE_INSTALL_DIR - path to qt mkspecs dir
|
|
|
|
QCA_INCLUDE_INSTALL_DIR - path for QtCrypto dir with includes
|
|
|
|
QCA_PRIVATE_INCLUDE_INSTALL_DIR - for future implementation
|
|
|
|
QCA_DOC_INSTALL_DIR - for html documentation
|
|
|
|
QCA_MAN_INSTALL_DIR - for qcatool manpage
|
2013-08-28 12:52:16 +06:00
|
|
|
PKGCONFIG_INSTALL_PREFIX - path to install pkg config file
|
2007-07-06 02:29:48 +00:00
|
|
|
|
2013-08-26 01:28:47 +06:00
|
|
|
Please report problems to:
|
|
|
|
http://bugs.kde.org
|
|
|
|
|
|
|
|
Official git repo:
|
|
|
|
http://quickgit.kde.org/?p=qca.git
|
|
|
|
|
|
|
|
KDE Projects page:
|
|
|
|
http://projects.kde.org/projects/kdesupport/qca
|
|
|
|
|
|
|
|
Official homepage:
|
|
|
|
http://delta.affinix.com/qca/
|