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 attica-download-http "&kde-download-http;attica/attica-&attica-version;.tar.bz2">
|
---|
8 | <!ENTITY attica-download-ftp "&kde-download-ftp;attica/attica-&attica-version;.tar.bz2">
|
---|
9 | <!ENTITY attica-md5sum "d62c5c9489a68432e8d990dde7680c24">
|
---|
10 | <!ENTITY attica-size "59 KB">
|
---|
11 | <!ENTITY attica-buildsize "7.5 MB">
|
---|
12 | <!ENTITY attica-time "0.5 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="attica" xreflabel="Attica-&attica-version;">
|
---|
16 | <?dbhtml filename="attica.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Attica-&attica-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="attica">
|
---|
26 | <primary sortas="a-attica">attica</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Attica</title>
|
---|
31 |
|
---|
32 | <para><application>Attica</application> is a library to access
|
---|
33 | "Open Collaboration Service" providers.</para>
|
---|
34 |
|
---|
35 | &lfs76_checked;
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing="compact">
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&attica-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&attica-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &attica-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &attica-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &attica-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &attica-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Attica Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
62 | <para role="required">
|
---|
63 | <xref linkend="cmake"/> and
|
---|
64 | <xref linkend="qt4"/>
|
---|
65 | </para>
|
---|
66 |
|
---|
67 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
68 | <para role="optional">
|
---|
69 | <xref linkend="qt5"/> (requires
|
---|
70 | <ulink url="http://quickgit.kde.org/index.php?p=extra-cmake-modules.git">
|
---|
71 | extra-cmake-modules</ulink>)
|
---|
72 | </para>
|
---|
73 |
|
---|
74 | <para condition="html" role="usernotes">User Notes:
|
---|
75 | <ulink url="&blfs-wiki;/attica"/></para>
|
---|
76 |
|
---|
77 | </sect2>
|
---|
78 |
|
---|
79 | <sect2 role="installation">
|
---|
80 | <title>Installation of Attica</title>
|
---|
81 |
|
---|
82 | <para>Install <application>Attica</application> by running the following
|
---|
83 | commands:</para>
|
---|
84 |
|
---|
85 | <screen><userinput>mkdir build &&
|
---|
86 | cd build &&
|
---|
87 |
|
---|
88 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
89 | -DCMAKE_BUILD_TYPE=Release \
|
---|
90 | -DQT4_BUILD=ON \
|
---|
91 | -Wno-dev .. &&
|
---|
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>
|
---|
106 | <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
|
---|
107 | to apply a higher level of compiler the optimizations.
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | <parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
|
---|
112 | to build against <application>Qt4</application> even if
|
---|
113 | <application>Qt5</application> is present on the system. Remove it if
|
---|
114 | you want to build the package against <application>Qt5</application>.
|
---|
115 | </para>
|
---|
116 |
|
---|
117 | </sect2>
|
---|
118 |
|
---|
119 | <sect2 role="content">
|
---|
120 | <title>Contents</title>
|
---|
121 |
|
---|
122 | <segmentedlist>
|
---|
123 | <segtitle>Installed Programs</segtitle>
|
---|
124 | <segtitle>Installed Libraries</segtitle>
|
---|
125 | <segtitle>Installed Directories</segtitle>
|
---|
126 |
|
---|
127 | <seglistitem>
|
---|
128 | <seg>none</seg>
|
---|
129 | <seg>libattica.so</seg>
|
---|
130 | <seg>&kde-dir;/include/attica</seg>
|
---|
131 | </seglistitem>
|
---|
132 | </segmentedlist>
|
---|
133 | <!--
|
---|
134 | <variablelist>
|
---|
135 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
136 | <?dbfo list-presentation="list"?>
|
---|
137 | <?dbhtml list-presentation="table"?>
|
---|
138 |
|
---|
139 | <varlistentry id="a-attica">
|
---|
140 | <term><command>attica</command></term>
|
---|
141 | <listitem>
|
---|
142 | <para>is a testing utility for attica-generated build trees.</para>
|
---|
143 | <indexterm zone="a-attica attica">
|
---|
144 | <primary sortas="b-attica">attica</primary>
|
---|
145 | </indexterm>
|
---|
146 | </listitem>
|
---|
147 | </varlistentry>
|
---|
148 |
|
---|
149 | </variablelist>
|
---|
150 | -->
|
---|
151 | </sect2>
|
---|
152 |
|
---|
153 | </sect1>
|
---|