2011-03-10 04:39:52 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2013-08-05 00:28:54 +08:00
|
|
|
<!ENTITY automoc4-download-http "&kde-download-http;automoc4/&automoc4-version;/automoc4-&automoc4-version;.tar.bz2">
|
2016-03-03 05:42:47 +08:00
|
|
|
<!ENTITY automoc4-download-ftp " ">
|
2011-03-10 04:39:52 +08:00
|
|
|
<!ENTITY automoc4-md5sum "91bf517cb940109180ecd07bc90c69ec">
|
|
|
|
<!ENTITY automoc4-size "0.9 MB">
|
|
|
|
<!ENTITY automoc4-buildsize "488 KB">
|
|
|
|
<!ENTITY automoc4-time "0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="automoc4" xreflabel="automoc4-&automoc4-version;">
|
|
|
|
<?dbhtml filename="automoc4.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>Automoc4-&automoc4-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="automoc4">
|
|
|
|
<primary sortas="a-automoc4">automoc4</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Automoc4</title>
|
|
|
|
|
2013-02-12 02:51:17 +08:00
|
|
|
<para><application>Automoc4</application> is a tool to add rules for generating
|
|
|
|
<application>Qt</application> moc files automatically to projects that use
|
2011-03-10 04:39:52 +08:00
|
|
|
<application>CMake</application> as the buildsystem.</para>
|
|
|
|
|
2016-03-03 05:42:47 +08:00
|
|
|
&lfs79_checked;
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&automoc4-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&automoc4-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &automoc4-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &automoc4-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &automoc4-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &automoc4-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
|
|
|
<para>Required patch: <ulink
|
|
|
|
url="&patch-root;/automoc4-&automoc4-version;-fixes-1.patch"/></para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Automoc4 Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2012-03-03 10:12:50 +08:00
|
|
|
<xref linkend="cmake"/> and
|
2013-06-03 03:23:30 +08:00
|
|
|
<xref linkend="qt4"/>
|
2011-03-10 04:39:52 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/automoc4"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Automoc4</title>
|
|
|
|
|
|
|
|
<para>Install <application>automoc4</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput>mkdir build &&
|
2013-08-27 01:26:25 +08:00
|
|
|
cd build &&
|
|
|
|
|
2014-07-23 01:55:07 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; -Wno-dev .. &&
|
2011-03-10 04:39:52 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2014-02-28 12:59:01 +08:00
|
|
|
|
2011-03-10 04:39:52 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2014-02-28 12:59:01 +08:00
|
|
|
<para><option>-Wno-dev</option>: Suppress warnings that are meant for the
|
|
|
|
author of the CMakeLists.txt files.</para>
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
</sect2>
|
2014-02-28 12:59:01 +08:00
|
|
|
|
2011-03-10 04:39:52 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2012-03-03 10:12:50 +08:00
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2011-03-10 04:39:52 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>automoc4</seg>
|
2011-03-20 02:19:07 +08:00
|
|
|
<seg>none</seg>
|
|
|
|
<seg>none</seg>
|
2011-03-10 04:39:52 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="a-automoc4">
|
|
|
|
<term><command>automoc4</command></term>
|
|
|
|
<listitem>
|
2012-04-16 01:19:58 +08:00
|
|
|
<para>is a utility generating <application>Qt</application> moc
|
2011-03-10 04:39:52 +08:00
|
|
|
files.</para>
|
|
|
|
<indexterm zone="a-automoc4 automoc4">
|
|
|
|
<primary sortas="b-automoc4">automoc4</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|