source: kde/core/automoc4.xml@ ad24d3e1

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 ad24d3e1 was 7af92fe5, checked in by Krejzi <krejzi@…>, 11 years ago

Qt instructions update: Install in /usr by default, don't install executable files in /usr/bin by default - symlink them for now. They will conflict with Qt5 versions. Qtchooser package will handle which Qt version is in use when the time is right.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11255 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 "http://mirrors.isc.org/pub/kde/stable/automoc4/&automoc4-version;/automoc4-&automoc4-version;.tar.bz2">
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>Qt</application> moc files automatically to projects that use
34 <application>CMake</application> as the buildsystem.</para>
35
36 &lfs73_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 &amp;&amp;
90cd build &amp;&amp;
91cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; .. &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>- -xyz</option>: This option is set for ...</para>
104
105 </sect2>
106-->
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>automoc4</seg>
117 <seg>none</seg>
118 <seg>none</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="a-automoc4">
128 <term><command>automoc4</command></term>
129 <listitem>
130 <para>is a utility generating <application>Qt</application> moc
131 files.</para>
132 <indexterm zone="a-automoc4 automoc4">
133 <primary sortas="b-automoc4">automoc4</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.