source: lxqt/desktop/lxqt-build-tools.xml@ 89d6c9a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 89d6c9a was 89d6c9a, checked in by Pierre Labastie <pieere@…>, 6 years ago

Tags (LXQt and deps)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19832 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>lxqt-build-tools-&lxqt-build-tools-version;</title>
28
29 <indexterm zone="lxqt-build-tools">
30 <primary sortas="a-lxqt-build-tools">lxqt-build-tools</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to lxqt-build-tools</title>
35
36 <para>
37 The <application>lxqt-build-tools</application> package provides several
38 tools needed to build LXQt itself as well as other components maintained
39 by the LXQt project.
40 </para>
41
42 &lfs82_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&lxqt-build-tools-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&lxqt-build-tools-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &lxqt-build-tools-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &lxqt-build-tools-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &lxqt-build-tools-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &lxqt-build-tools-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">lxqt-build-tools Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="cmake"/> and
83 <xref linkend="qt5"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/lxqt-build-tools"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of lxqt-build-tools</title>
93
94 <para>
95 Install <application>lxqt-build-tools</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir -v build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
103 -DCMAKE_BUILD_TYPE=Release \
104 .. &amp;&amp;
105
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 $LXQT_PREFIX/share/cmake/lxqt-build-tools
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.