source: kde/core/attica.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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 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 &lfs77_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 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/attica"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Attica</title>
74
75 <para>Install <application>Attica</application> by running the following
76 commands:</para>
77
78<screen><userinput>mkdir build &amp;&amp;
79cd build &amp;&amp;
80
81cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
82 -DCMAKE_BUILD_TYPE=Release \
83 -DQT4_BUILD=ON \
84 -Wno-dev .. &amp;&amp;
85make</userinput></screen>
86
87 <para>To test the results, issue <command>make test</command>.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para>
99 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
100 to apply a higher level of compiler the optimizations.
101 </para>
102
103 <para>
104 <parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
105 to build against <application>Qt4</application> even if
106 <application>Qt5</application> is present on the system. Remove it if
107 you want to build the package against <application>Qt5</application>.
108 </para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>none</seg>
122 <seg>libattica.so</seg>
123 <seg>&kde-dir;/include/attica</seg>
124 </seglistitem>
125 </segmentedlist>
126<!--
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="a-attica">
133 <term><command>attica</command></term>
134 <listitem>
135 <para>is a testing utility for attica-generated build trees.</para>
136 <indexterm zone="a-attica attica">
137 <primary sortas="b-attica">attica</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143-->
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.