mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
97c713e457
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12798 af4574ff-66df-0310-9fd7-8a98e5e911e0
154 lines
4.5 KiB
XML
154 lines
4.5 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 attica-download-http "&kde-download-http;attica/attica-&attica-version;.tar.bz2">
|
|
<!ENTITY attica-download-ftp "&kde-download-ftp;attica/attica-&attica-version;.tar.bz2">
|
|
<!ENTITY attica-md5sum "d62c5c9489a68432e8d990dde7680c24">
|
|
<!ENTITY attica-size "59 KB">
|
|
<!ENTITY attica-buildsize "7.5 MB">
|
|
<!ENTITY attica-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="attica" xreflabel="Attica-&attica-version;">
|
|
<?dbhtml filename="attica.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Attica-&attica-version;</title>
|
|
|
|
<indexterm zone="attica">
|
|
<primary sortas="a-attica">attica</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Attica</title>
|
|
|
|
<para><application>Attica</application> is a library to access
|
|
"Open Collaboration Service" providers.</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&attica-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&attica-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &attica-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &attica-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &attica-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &attica-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Attica Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="cmake"/> and
|
|
<xref linkend="qt4"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="qt5"/> (requires
|
|
<ulink url="http://quickgit.kde.org/index.php?p=extra-cmake-modules.git">
|
|
extra-cmake-modules</ulink>)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/attica"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Attica</title>
|
|
|
|
<para>Install <application>Attica</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DQT4_BUILD=ON \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue <command>make test</command>.</para>
|
|
|
|
<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>
|
|
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
|
|
to apply a higher level of compiler the optimizations.
|
|
</para>
|
|
|
|
<para>
|
|
<parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
|
|
to build against <application>Qt4</application> even if
|
|
<application>Qt5</application> is present on the system. Remove it if
|
|
you want to build the package against <application>Qt5</application>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>libattica.so</seg>
|
|
<seg>&kde-dir;/include/attica</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="a-attica">
|
|
<term><command>attica</command></term>
|
|
<listitem>
|
|
<para>is a testing utility for attica-generated build trees.</para>
|
|
<indexterm zone="a-attica attica">
|
|
<primary sortas="b-attica">attica</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|