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