glfs/archive/lxqt/desktop/lxqt-build-tools.xml
Pierre Labastie 3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00

140 lines
4.0 KiB
XML

<?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;
<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
instead, but keep the old link in case the host become available again.
According to lxqt devs, they are working on it...
<!ENTITY lxqt-build-tools-download-http "http://downloads.lxqt.org/lxqt-build-tools/&lxqt-build-tools-version;/lxqt-build-tools-&lxqt-build-tools-version;.tar.xz">-->
<!ENTITY lxqt-build-tools-download-http "https://github.com/lxde/lxqt-build-tools/releases/download/&lxqt-build-tools-version;/lxqt-build-tools-&lxqt-build-tools-version;.tar.xz">
<!ENTITY lxqt-build-tools-download-ftp " ">
<!ENTITY lxqt-build-tools-md5sum "640fa541a09605ff0ddd31b7ea33f731">
<!ENTITY lxqt-build-tools-size "20 KB">
<!ENTITY lxqt-build-tools-buildsize "780 KB">
<!ENTITY lxqt-build-tools-time "less than 0.1 SBU">
]>
<sect1 id="lxqt-build-tools" xreflabel="lxqt-build-tools-&lxqt-build-tools-version;">
<?dbhtml filename="lxqt-build-tools.html"?>
<title>lxqt-build-tools-&lxqt-build-tools-version;</title>
<indexterm zone="lxqt-build-tools">
<primary sortas="a-lxqt-build-tools">lxqt-build-tools</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to lxqt-build-tools</title>
<para>
The <application>lxqt-build-tools</application> package provides several
tools needed to build LXQt itself as well as other components maintained
by the LXQt project.
</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&lxqt-build-tools-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&lxqt-build-tools-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &lxqt-build-tools-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &lxqt-build-tools-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &lxqt-build-tools-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &lxqt-build-tools-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">lxqt-build-tools Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/> and
<xref linkend="qt5"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/lxqt-build-tools"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of lxqt-build-tools</title>
<para>
Install <application>lxqt-build-tools</application> by running the following
commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
.. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
$LXQT_PREFIX/share/cmake/lxqt-build-tools
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>