source: general/genlib/qca.xml@ 9de2208

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9de2208 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY qca-download-http "https://download.kde.org/stable/qca/&qca-version;/qca-&qca-version;.tar.xz">
8 <!ENTITY qca-download-ftp " ">
9 <!ENTITY qca-md5sum "64a8c4c30a42740fca1f9a6937d3fbae">
10 <!ENTITY qca-size "724 KB">
11 <!ENTITY qca-buildsize "42 MB">
12 <!ENTITY qca-time "0.5 SBU (using parallelism=4; add 0.1 SBU for tests)">
13]>
14
15<sect1 id="qca" xreflabel="qca-&qca-version;">
16 <?dbhtml filename="qca.html"?>
17
18
19 <title>Qca-&qca-version;</title>
20
21 <indexterm zone="qca">
22 <primary sortas="a-qca">qca</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Qca</title>
27
28 <para>
29 <application>Qca</application> aims to provide a straightforward and
30 cross-platform crypto API, using <application>Qt</application> datatypes
31 and conventions. <application>Qca</application> separates the API from
32 the implementation, using plugins known as Providers.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&qca-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&qca-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &qca-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &qca-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &qca-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &qca-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70<!--
71 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/qca-&qca-version;-openssl-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80-->
81 <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="make-ca"/>,
86 <xref linkend="cmake"/>,
87 <xref linkend="qt5"/>, and
88 <xref linkend="which"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="Optional">
93 <xref linkend="cyrus-sasl"/>,
94 <xref linkend="gnupg2"/>,
95 <xref linkend="libgcrypt"/>,
96 <xref linkend="libgpg-error"/>,
97 <xref linkend="nss"/>,
98 <xref linkend="nspr"/>,
99 <xref linkend="p11-kit"/>,
100 <xref linkend="doxygen"/>,
101 <xref linkend="which"/>, and
102 <ulink url="https://botan.randombit.net/">Botan</ulink>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/qca"/></para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Qca</title>
112
113 <para>
114 Fix the location of the CA certificates:
115 </para>
116
117<screen><userinput>sed -i 's@cert.pem@certs/ca-bundle.crt@' CMakeLists.txt</userinput></screen>
118
119 <para>
120 Install <application>Qca</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \
128 -DCMAKE_BUILD_TYPE=Release \
129 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
130 .. &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 To test the results, issue <command>make test</command>. <!--One test
135 using <xref linkend="gnupg2"/> fails without a correct passphrase. The
136 required passphrase does not seem to be published.-->
137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
152 used to apply a higher level of compiler optimizations.
153 </para>
154
155 <para>
156 <parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
157 Install the qca man page in the normal location.
158 </para>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>mozcerts-qt5 and qcatool-qt5</seg>
172 <seg>
173 libqca-qt5.so,
174 libqca-cyrus-sasl.so,
175 libqca-gcrypt.so,
176 libqca-gnupg.so,
177 libqca-logger.so,
178 libqca-nss.so,
179 libqca-ossl.so, and
180 libqca-softstore.so
181 </seg>
182 <seg>
183 &qt5-dir;/include/Qca-qt5,
184 &qt5-dir;/lib/cmake/Qca-qt5, and
185 &qt5-dir;/lib/qca-qt5
186 </seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="mozcerts">
196 <term><command>mozcerts-qt5</command></term>
197 <listitem>
198 <para>
199 is a command line tool for converting certdata.txt into
200 outfile.pem files
201 </para>
202 <indexterm zone="qca mozcerts">
203 <primary sortas="b-mozcerts">mozcerts-qt5</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="qcatool">
209 <term><command>qcatool-qt5</command></term>
210 <listitem>
211 <para>
212 is a command line tool for performing various cryptographic
213 operations with Qca
214 </para>
215 <indexterm zone="qca qcatool">
216 <primary sortas="b-qcatool">qcatool-qt5</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="libqca">
222 <term><filename class="libraryfile">libqca-qt5.so</filename></term>
223 <listitem>
224 <para>
225 is the Qt Cryptography Architecture (Qca) library
226 </para>
227 <indexterm zone="qca libqca">
228 <primary sortas="c-libqca">libqca-qt5.so</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 </variablelist>
234
235 </sect2>
236
237</sect1>
Note: See TracBrowser for help on using the repository browser.