glfs/lxqt/desktop/lxqt-build-tools.xml
Bruce Dubbs 4ea888eb44 Update to QScintilla_gpl-2.10
Tag all lxqt pages.
Archive xchat.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18379 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-02-21 20:13:57 +00:00

139 lines
3.7 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;
<!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-ftp " ">
<!ENTITY lxqt-build-tools-md5sum "803c71e2472ec3c4a8b5436db94e72c4">
<!ENTITY lxqt-build-tools-size "20 KB">
<!ENTITY lxqt-build-tools-buildsize "580 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"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<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>
&lfs80_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"/>
</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=/usr \
-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>
/usr/share/cmake/lxqt-build-tools
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>