source: lxqt/desktop/pre-install.xml@ 18958f2e

lazarus trunk
Last change on this file since 18958f2e was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.7 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="qt5"/> is quite long and has a lot of dependencies. As an
38 alternative, the required components needed for LXQt can be built
39 using the procedures in <xref linkend="qt5-alternate"/>.
40 </para>
41 </step>
42
43 <step>
44 <para>
45 Finally build the LXQt desktop using the pages below in order.
46 The packages in the applications section are optional, but as
47 a minimum, <xref linkend="qterminal"/> is recommended.
48 </para>
49 </step>
50 </procedure>
51
52 </sect2>
53
54</sect1>
Note: See TracBrowser for help on using the repository browser.