source: general/genlib/qca.xml@ dd8ae08

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dd8ae08 was dd8ae08, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Update to kde-plasma-5.7.3.
Update to kf5-apps-16.08.0.
Update to kf5-5.25.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17692 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 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 "http://download.kde.org/stable/qca/&qca-version;/src/qca-&qca-version;.tar.xz">
8 <!ENTITY qca-download-ftp " ">
9 <!ENTITY qca-md5sum "657cc701316600199199a6b6cb2c73c9">
10 <!ENTITY qca-size "676 KB">
11 <!ENTITY qca-buildsize "28 MB">
12 <!ENTITY qca-time "1.2 SBU (additional 0.3 SBU for the tests)">
13]>
14
15<sect1 id="qca" xreflabel="qca-&qca-version;">
16 <?dbhtml filename="qca.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Qca-&qca-version;</title>
24
25 <indexterm zone="qca">
26 <primary sortas="a-qca">qca</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Qca</title>
31
32 <para><application>Qca</application> aims to provide a straightforward
33 and cross-platform crypto API, using <application>Qt</application> datatypes
34 and conventions. <application>Qca</application> separates the API from
35 the implementation, using plugins known as Providers.</para>
36
37 &lfs7a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&qca-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&qca-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &qca-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &qca-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &qca-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &qca-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="cacerts"/>,
66 <xref linkend="cmake"/>,
67 <xref linkend="qt5"/>, and
68 <xref linkend="which"/>
69 </para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="Optional">
73 <xref linkend="cyrus-sasl"/>,
74 <xref linkend="gnupg2"/>,
75 <xref linkend="libgcrypt"/>,
76 <xref linkend="libgpg-error"/>,
77 <xref linkend="nss"/>,
78 <xref linkend="nspr"/>,
79 <xref linkend="openssl"/>,
80 <xref linkend="p11-kit"/>,
81 <xref linkend="doxygen"/>, and
82 <xref linkend="which"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/qca"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
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>
96
97 <para>Install <application>Qca</application> by running the following
98 commands:</para>
99
100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$QT5DIR \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \
106 .. &amp;&amp;
107
108make</userinput></screen>
109
110 <para>To test the results, issue <command>make test</command>.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
122 used to apply a higher level of compiler optimizations.</para>
123
124 <para><parameter>-DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man</parameter>:
125 Install the qca man page in the normal location.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>mozcerts-qt5 and qcatool-qt5</seg>
139 <seg>libqca-qt5.so</seg>
140 <seg>
141 &qt5-dir;/include/Qca-qt5,
142 &qt5-dir;/lib/cmake/Qca-qt5, and
143 &qt5-dir;/lib/qca-qt5
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="mozcerts">
154 <term><command>mozcerts-qt5</command></term>
155 <listitem>
156 <para>is a command line tool for converting certdata.txt into
157 outfile.pem files.</para>
158 <indexterm zone="qca mozcerts">
159 <primary sortas="b-mozcerts">mozcerts-qt5</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="qcatool">
165 <term><command>qcatool-qt5</command></term>
166 <listitem>
167 <para>is a command line tool for performing various cryptographic
168 operations with Qca.</para>
169 <indexterm zone="qca qcatool">
170 <primary sortas="b-qcatool">qcatool-qt5</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="libqca">
176 <term><filename class='libraryfile'>libqca-qt5.so</filename></term>
177 <listitem>
178 <para>is the Qt Cryptography Architecture (Qca) library.</para>
179 <indexterm zone="qca libqca">
180 <primary sortas="c-libqca">libqca-qt5.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.