source: lxqt/desktop/lxqt-build-tools.xml@ 315b576

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 315b576 was 315b576, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXQt and Qt5 Alternate

Off to GNOME next on SysV, and working on systems for other tags.

  • 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 lxqt-build-tools-download-http "https://github.com/lxqt/lxqt-build-tools/releases/download/&lxqt-build-tools-version;/lxqt-build-tools-&lxqt-build-tools-version;.tar.xz">
8 <!ENTITY lxqt-build-tools-download-ftp " ">
9 <!ENTITY lxqt-build-tools-md5sum "f434042d33af5b47d61afdd6f0677276">
10 <!ENTITY lxqt-build-tools-size "28 KB">
11 <!ENTITY lxqt-build-tools-buildsize "776 KB">
12 <!ENTITY lxqt-build-tools-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxqt-build-tools" xreflabel="lxqt-build-tools-&lxqt-build-tools-version;">
16 <?dbhtml filename="lxqt-build-tools.html"?>
17
18
19 <title>lxqt-build-tools-&lxqt-build-tools-version;</title>
20
21 <indexterm zone="lxqt-build-tools">
22 <primary sortas="a-lxqt-build-tools">lxqt-build-tools</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-build-tools</title>
27
28 <para>
29 The <application>lxqt-build-tools</application> package provides several
30 tools needed to build LXQt itself as well as other components maintained
31 by the LXQt project.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lxqt-build-tools-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lxqt-build-tools-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lxqt-build-tools-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lxqt-build-tools-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lxqt-build-tools-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lxqt-build-tools-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">lxqt-build-tools Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cmake"/> and
75 &qt5-deps;
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/lxqt-build-tools"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of lxqt-build-tools</title>
85
86 <para>
87 Install <application>lxqt-build-tools</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir -v build &amp;&amp;
92cd build &amp;&amp;
93
94cmake -DCMAKE_INSTALL_PREFIX=/usr \
95 -DCMAKE_BUILD_TYPE=Release \
96 .. &amp;&amp;
97
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the &root; user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Program</segtitle>
117 <segtitle>Installed Library</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>
122 lxqt-transupdate
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 /usr/share/cmake/lxqt-build-tools
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="lxqt-transupdate">
139 <term><command>lxqt-transupdate</command></term>
140 <listitem>
141 <para>
142 updates translations for LXQt components
143 </para>
144 <indexterm zone="lxqt-build-tools lxqt-transupdate">
145 <primary sortas="b-lxqt-transupdate">lxqt-transupdate</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.