Changeset 5982e67 for general/genlib/qca.xml
- Timestamp:
- 11/30/2015 06:12:54 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 60d59117
- Parents:
- d9c216c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/qca.xml
rd9c216c r5982e67 5 5 %general-entities; 6 6 7 <!ENTITY qca-download-http "http://d elta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.gz">7 <!ENTITY qca-download-http "http://download.kde.org/stable/qca/&qca-version;/src/qca-&qca-version;.tar.gz"> 8 8 <!ENTITY qca-download-ftp " "> 9 <!ENTITY qca-md5sum " c2b00c732036244701bae4853a2101cf">10 <!ENTITY qca-size " 956 KB">11 <!ENTITY qca-buildsize " 30MB">9 <!ENTITY qca-md5sum "657cc701316600199199a6b6cb2c73c9"> 10 <!ENTITY qca-size "676 KB"> 11 <!ENTITY qca-buildsize "28 MB"> 12 12 <!ENTITY qca-time "1.2 SBU (additional 0.3 SBU for the tests)"> 13 13 ]> … … 65 65 <xref linkend="cacerts"/>, 66 66 <xref linkend="cmake"/>, 67 <xref linkend="qt4"/> and67 <xref linkend="qt4"/> or <xref linkend="qt5"/>, and 68 68 <xref linkend="which"/> 69 69 </para> … … 79 79 <xref linkend="openssl"/>, 80 80 <xref linkend="p11-kit"/>, 81 <xref linkend="qt5"/>,82 81 <xref linkend="doxygen"/>, and 83 82 <xref linkend="which"/> … … 91 90 <sect2 role="installation"> 92 91 <title>Installation of Qca</title> 92 93 <para>If desired, remove a lot of irritating warnings when building:</para> 94 95 <screen><userinput>sed -i 's/BSD/DEFAULT/' CMakeLists.txt</userinput></screen> 93 96 94 97 <para>Install <application>Qca</application> by running the following … … 121 124 122 125 <para><parameter>-DQT4_BUILD=ON</parameter>: This switch is used to force 123 building with Qt4 even if Qt5 is found.</para> 126 building with Qt4 even if Qt5 is found. There are no packages in BLFS 127 that use the Qt5 version of Qca.</para> 124 128 125 129 <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>: … … 137 141 138 142 <seglistitem> 139 <seg>mozcerts and qcatool </seg>140 <seg>libqca.so and plugins at &qt4-dir;/lib/qca/crypto</seg>143 <seg>mozcerts and qcatool (if building with Qt5, the binaries have a -qt5 suffix)</seg> 144 <seg>libqca.so (libqca-qt5.so if building with Qt5) and plugins at &qt4-dir;/lib/qca/crypto</seg> 141 145 <seg> 142 &qt4-dir;/include/QtCrypto ,143 &qt4-dir;/lib/cmake/Qca and144 &qt4-dir;/lib/qca 146 &qt4-dir;/include/QtCrypto (or &qt5-dir;/include/Qca-qt5), 147 &qt4-dir;/lib/cmake/Qca (or &qt5-dir;/lib/cmake/Qca-qt5) and 148 &qt4-dir;/lib/qca (or &qt5-dir;/lib/qca-qt5) 145 149 </seg> 146 150 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.