source: archive/core/automoc4.xml@ fa91d2e

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