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://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.bz2">
|
---|
8 | <!ENTITY qca-download-ftp " ">
|
---|
9 | <!ENTITY qca-md5sum "fc15bd4da22b8096c51fcfe52d2fa309">
|
---|
10 | <!ENTITY qca-size "4.3 MB">
|
---|
11 | <!ENTITY qca-buildsize "110 MB">
|
---|
12 | <!ENTITY qca-time "2.2 SBU">
|
---|
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 | &lfs74_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 | <!--
|
---|
62 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
63 | <itemizedlist spacing='compact'>
|
---|
64 | <listitem>
|
---|
65 | <para>Required patch: <ulink
|
---|
66 | url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>
|
---|
67 | </listitem>
|
---|
68 | </itemizedlist>
|
---|
69 | -->
|
---|
70 | <bridgehead renderas="sect3">Qca Dependencies</bridgehead>
|
---|
71 |
|
---|
72 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
73 | <para role="required">
|
---|
74 | <xref linkend="qt4"/> and
|
---|
75 | <xref linkend="which"/>
|
---|
76 | </para>
|
---|
77 |
|
---|
78 | <para condition="html" role="usernotes">User Notes:
|
---|
79 | <ulink url="&blfs-wiki;/qca"/></para>
|
---|
80 |
|
---|
81 | </sect2>
|
---|
82 |
|
---|
83 | <sect2 role="installation">
|
---|
84 | <title>Installation of Qca</title>
|
---|
85 |
|
---|
86 | <para>Install <application>Qca</application> by running the following
|
---|
87 | commands:</para>
|
---|
88 |
|
---|
89 | <screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &&
|
---|
90 | ./configure --prefix=&qt4-dir; \
|
---|
91 | --certstore-path=/etc/ssl/ca-bundle.crt &&
|
---|
92 | make</userinput></screen>
|
---|
93 |
|
---|
94 | <para>To test the results, issue <command>make test</command>.</para>
|
---|
95 |
|
---|
96 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
97 |
|
---|
98 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
99 |
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="commands">
|
---|
103 | <title>Command Explanations</title>
|
---|
104 |
|
---|
105 | <para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
|
---|
106 | <application>GCC</application> 4.7.x. It is safe to omit when compiling with
|
---|
107 | older <application>GCC</application> versions.</para>
|
---|
108 |
|
---|
109 | <para><parameter>--certstore-path=/etc/ssl/ca-bundle.crt</parameter>: Causes
|
---|
110 | the build to use the system-installed CA Certificates instead of a bundled
|
---|
111 | copy.</para>
|
---|
112 |
|
---|
113 | </sect2>
|
---|
114 |
|
---|
115 | <sect2 role="content">
|
---|
116 | <title>Contents</title>
|
---|
117 |
|
---|
118 | <segmentedlist>
|
---|
119 | <segtitle>Installed Programs</segtitle>
|
---|
120 | <segtitle>Installed Libraries</segtitle>
|
---|
121 | <segtitle>Installed Directories</segtitle>
|
---|
122 |
|
---|
123 | <seglistitem>
|
---|
124 | <seg>qcatool2 and qcatool2.debug</seg>
|
---|
125 | <seg>libqca.so and libqca.so.&qca-version;.debug</seg>
|
---|
126 | <seg>&qt4-dir;/include/QtCrypto and &qt4-dir;/share/qca</seg>
|
---|
127 | </seglistitem>
|
---|
128 | </segmentedlist>
|
---|
129 | <!--
|
---|
130 | <variablelist>
|
---|
131 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
132 | <?dbfo list-presentation="list"?>
|
---|
133 | <?dbhtml list-presentation="table"?>
|
---|
134 |
|
---|
135 | <varlistentry id="a-automoc4">
|
---|
136 | <term><command>automoc4</command></term>
|
---|
137 | <listitem>
|
---|
138 | <para>is a testing utility for qca-generated build trees.</para>
|
---|
139 | <indexterm zone="a-automoc4 automoc4">
|
---|
140 | <primary sortas="b-automoc4">automoc4</primary>
|
---|
141 | </indexterm>
|
---|
142 | </listitem>
|
---|
143 | </varlistentry>
|
---|
144 |
|
---|
145 | </variablelist>
|
---|
146 | -->
|
---|
147 | </sect2>
|
---|
148 |
|
---|
149 | </sect1>
|
---|