mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
d99d7283d8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10436 af4574ff-66df-0310-9fd7-8a98e5e911e0
143 lines
4.3 KiB
XML
143 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.bz2">
|
|
<!ENTITY qca-download-ftp " ">
|
|
<!ENTITY qca-md5sum "fc15bd4da22b8096c51fcfe52d2fa309">
|
|
<!ENTITY qca-size "4.3 MB">
|
|
<!ENTITY qca-buildsize "110 MB">
|
|
<!ENTITY qca-time "2.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="qca" xreflabel="qca-&qca-version;">
|
|
<?dbhtml filename="qca.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Qca-&qca-version;</title>
|
|
|
|
<indexterm zone="qca">
|
|
<primary sortas="l-qca">qca</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Qca</title>
|
|
|
|
<para><application>Qca</application> aims to provide a straightforward
|
|
and cross-platform crypto API, using <application>Qt</application> datatypes
|
|
and conventions. <application>Qca</application> separates the API from
|
|
the implementation, using plugins known as Providers.</para>
|
|
|
|
&lfs71_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&qca-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&qca-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &qca-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &qca-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &qca-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &qca-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
<bridgehead renderas="sect3">Qca Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="qt"/> and
|
|
<xref linkend="which"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/qca"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Qca</title>
|
|
|
|
<para>Install <application>Qca</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h &&
|
|
./configure --prefix=&qt-dir; &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><command>sed -i '217s@set@...</command>: This sed fixes compiling with
|
|
<application>GCC</application> 4.7. It is safe to omit when compiling with
|
|
older <application>GCC</application> versions.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>qcatool2 and qcatool2.debug</seg>
|
|
<seg>libqca.so and libqca.so.&qca-version;.debug</seg>
|
|
<seg>&qt-dir;/include/QtCrypto and &qt-dir;/share/qca</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="a-automoc4">
|
|
<term><command>automoc4</command></term>
|
|
<listitem>
|
|
<para>is a testing utility for qca-generated build trees.</para>
|
|
<indexterm zone="a-automoc4 automoc4">
|
|
<primary sortas="b-automoc4">automoc4</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|