source: archive/lxqt/desktop/lxqt-build-tools.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!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">-->
11 <!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">
12 <!ENTITY lxqt-build-tools-download-ftp " ">
13 <!ENTITY lxqt-build-tools-md5sum "640fa541a09605ff0ddd31b7ea33f731">
14 <!ENTITY lxqt-build-tools-size "20 KB">
15 <!ENTITY lxqt-build-tools-buildsize "780 KB">
16 <!ENTITY lxqt-build-tools-time "less than 0.1 SBU">
17]>
18
19<sect1 id="lxqt-build-tools" xreflabel="lxqt-build-tools-&lxqt-build-tools-version;">
20 <?dbhtml filename="lxqt-build-tools.html"?>
21
22 <sect1info>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>lxqt-build-tools-&lxqt-build-tools-version;</title>
27
28 <indexterm zone="lxqt-build-tools">
29 <primary sortas="a-lxqt-build-tools">lxqt-build-tools</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to lxqt-build-tools</title>
34
35 <para>
36 The <application>lxqt-build-tools</application> package provides several
37 tools needed to build LXQt itself as well as other components maintained
38 by the LXQt project.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&lxqt-build-tools-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-build-tools-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-build-tools-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-build-tools-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-build-tools-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-build-tools-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-build-tools Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="cmake"/> and
82 <xref linkend="qt5"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/lxqt-build-tools"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of lxqt-build-tools</title>
92
93 <para>
94 Install <application>lxqt-build-tools</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir -v build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
102 -DCMAKE_BUILD_TYPE=Release \
103 .. &amp;&amp;
104
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 $LXQT_PREFIX/share/cmake/lxqt-build-tools
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.