source: kde4/core/automoc4.xml@ 0e25c32

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0e25c32 was 0e25c32, checked in by Thomas Trepl <thomas@…>, 13 years ago

Added the KDE4 section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8867 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.2 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 " ">
8 <!ENTITY automoc4-download-ftp "ftp://ftp.kde.org/pub/kde/stable/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>Qt4</application> moc files automatically to projects that use
34 <application>CMake</application> as the buildsystem.</para>
35
36 &lfs67_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"/>
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</userinput></screen>
90
91 <para>Prepare the package for compilation:</para>
92
93<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$QT4DIR \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102<!--
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>- -xyz</option>: This option is set for ...</para>
107
108 </sect2>
109-->
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Library</segtitle>
116 <segtitle>Installed Directory</segtitle>
117
118 <seglistitem>
119 <seg>automoc4</seg>
120 <seg></seg>
121 <seg></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-automoc4">
131 <term><command>automoc4</command></term>
132 <listitem>
133 <para>is a utility generating <application>Qt4</application> moc
134 files.</para>
135 <indexterm zone="a-automoc4 automoc4">
136 <primary sortas="b-automoc4">automoc4</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.