source: lxqt/desktop/pre-install.xml

trunk
Last change on this file was 5866da0, checked in by Bruce Dubbs <bdubbs@…>, 7 days ago

General cleanup.

Remove a bunch of unneeded xml comments.
Remove refereces to qt5 where qt6 can be used.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 First, build the whole <xref linkend="xorg"/>, including
27 Wayland support with required and recommended dependencies. Test
28 that the environment works with twm as the window manager. With
29 experience, some of the packages can be omitted, but that is not
30 recommended for first time users.
31 </para>
32 </step>
33
34 <step>
35 <para>
36 Second, build the required parts of Qt. The full package, <xref
37 linkend="qt6"/> is quite long and has a lot of dependencies.
38 </para>
39 </step>
40
41 <step>
42 <para>
43 Finally build the LXQt desktop using the pages below in order.
44 The packages in the applications section are optional, but as
45 a minimum, <xref linkend="qterminal"/> is recommended.
46 </para>
47 </step>
48 </procedure>
49
50 </sect2>
51
52</sect1>
Note: See TracBrowser for help on using the repository browser.