source: archive/core/attica.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 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 " ">
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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Attica-&attica-version;</title>
23
24 <indexterm zone="attica">
25 <primary sortas="a-attica">attica</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Attica</title>
30
31 <para><application>Attica</application> is a library to access
32 "Open Collaboration Service" providers.</para>
33
34 &lfs79_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&attica-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&attica-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &attica-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &attica-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &attica-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &attica-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Attica Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required">
62 <xref linkend="cmake"/> and
63 <xref linkend="qt4"/>
64 </para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/attica"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Attica</title>
73
74 <para>Install <application>Attica</application> by running the following
75 commands:</para>
76
77<screen><userinput>mkdir build &amp;&amp;
78cd build &amp;&amp;
79
80cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
81 -DCMAKE_BUILD_TYPE=Release \
82 -DQT4_BUILD=ON \
83 -Wno-dev .. &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue <command>make test</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para>
98 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
99 to apply a higher level of compiler the optimizations.
100 </para>
101
102 <para>
103 <parameter>-DQT4_BUILD=ON</parameter>: This switch forces the package
104 to build against <application>Qt4</application> even if
105 <application>Qt5</application> is present on the system.
106 </para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>none</seg>
120 <seg>libattica.so</seg>
121 <seg>&kde-dir;/include/attica</seg>
122 </seglistitem>
123 </segmentedlist>
124<!--
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="a-attica">
131 <term><command>attica</command></term>
132 <listitem>
133 <para>is a testing utility for attica-generated build trees.</para>
134 <indexterm zone="a-attica attica">
135 <primary sortas="b-attica">attica</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141-->
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.