source: archive/core/automoc4.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[0e25c32]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
[bb8b9b5e]7 <!ENTITY automoc4-download-http "&kde-download-http;automoc4/&automoc4-version;/automoc4-&automoc4-version;.tar.bz2">
[1cc5345]8 <!ENTITY automoc4-download-ftp " ">
[0e25c32]9 <!ENTITY automoc4-md5sum "91bf517cb940109180ecd07bc90c69ec">
10 <!ENTITY automoc4-size "0.9 MB">
11 <!ENTITY automoc4-buildsize "488 KB">
12 <!ENTITY automoc4-time "0.1 SBU">
13]>
14
15<sect1 id="automoc4" xreflabel="automoc4-&automoc4-version;">
16 <?dbhtml filename="automoc4.html"?>
17
18
19 <title>Automoc4-&automoc4-version;</title>
20
21 <indexterm zone="automoc4">
22 <primary sortas="a-automoc4">automoc4</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Automoc4</title>
27
[0d7900a]28 <para><application>Automoc4</application> is a tool to add rules for generating
29 <application>Qt</application> moc files automatically to projects that use
[0e25c32]30 <application>CMake</application> as the buildsystem.</para>
31
[1cc5345]32 &lfs79_checked;
[0e25c32]33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&automoc4-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&automoc4-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &automoc4-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &automoc4-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &automoc4-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &automoc4-time;</para>
53 </listitem>
54 </itemizedlist>
55
56<!--
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required patch: <ulink
61 url="&patch-root;/automoc4-&automoc4-version;-fixes-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64-->
65
66 <bridgehead renderas="sect3">Automoc4 Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
[6f5da92]70 <xref linkend="cmake"/> and
[7af92fe5]71 <xref linkend="qt4"/>
[0e25c32]72 </para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/automoc4"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Automoc4</title>
81
82 <para>Install <application>automoc4</application> by running the following
83 commands:</para>
84
85<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]86cd build &amp;&amp;
87
[8309bf4]88cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &amp;&amp;
[0e25c32]89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
[97c713e]96
[0e25c32]97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
[97c713e]100 <para><option>-Wno-dev</option>: Suppress warnings that are meant for the
101 author of the CMakeLists.txt files.</para>
[0e25c32]102
103 </sect2>
[97c713e]104
[0e25c32]105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
[6f5da92]109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
[0e25c32]112
113 <seglistitem>
114 <seg>automoc4</seg>
[e9f7761]115 <seg>none</seg>
116 <seg>none</seg>
[0e25c32]117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="a-automoc4">
126 <term><command>automoc4</command></term>
127 <listitem>
[ad41452]128 <para>is a utility generating <application>Qt</application> moc
[0e25c32]129 files.</para>
130 <indexterm zone="a-automoc4 automoc4">
131 <primary sortas="b-automoc4">automoc4</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 </variablelist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.