source: lxqt/desktop/pre-install.xml@ 32936bc

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 32936bc was 32936bc, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

lxqt and qt5-alternate cleanups

  • Property mode set to 100644
File size: 1.7 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
8<sect1 id="lxqt-pre-install" xreflabel="LXQt Pre-Install">
9 <?dbhtml filename="pre-install.html"?>
10
11 <title>LXQt Desktop Pre-Install Instructions</title>
12
13 <indexterm zone="lxqt-pre-install">
14 <primary sortas="g-lxqt-pre-install">LXQt Pre-Install</primary>
15 </indexterm>
16 <sect2>
17 <title>Notes about building LXQt dependencies</title>
18
19 <para>
20 To build LXQt, the following steps are recommended:
21 </para>
22
23 <procedure>
24 <step>
25 <para>
26
27 First, build the whole <xref linkend="xorg"/>, including
28 Wayland support with required and recommended dependencies. Test
29 that the environment works with twm as the window manager. With
30 experience, some of the packages can be omitted, but that is not
31 recommended for first time users.
32
33 </para>
34 </step>
35
36 <step>
37 <para>
38 Second, build the required parts of Qt. The full package, <xref
39 linkend="qt5"/> is quite long and has a lot of dependencies. As an
40 alternative, the required components needed for LXQt can be built
41 using the procedures in <xref linkend="qt5-alternate"/>.
42 </para>
43 </step>
44
45 <step>
46 <para>
47 Finally build the LXQt desktop using the pages below in order.
48 The packages in the applications section are optional, but as
49 a minimum, <xref linkend="qterminal"/> is recommended.
50 </para>
51 </step>
52 </procedure>
53
54 </sect2>
55
56</sect1>
Note: See TracBrowser for help on using the repository browser.