source: kde5/plasma/intro.xml@ 3899973

kde5-13430
Last change on this file since 3899973 was 3899973, checked in by Krejzi <krejzi@…>, 10 years ago

Create new kde5 branch (sorry Pierre) to merge latest kde 5 work with latest trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13430 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE partintro 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="plasma-intro">
9 <?dbhtml filename="plasma-intro.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Introduction to KDE Plasma 5</title>
17
18 <para>
19 <application>KDE Plasma 5</application> is a desktop environment
20 built using <application>KDE Frameworks 5</application> and QML
21 which runs on top of a fully hardware accelerated graphics stack
22 using <application>Qt5</application>, QtQuick 2 and an OpenGL(-ES)
23 scenegraph.
24 </para>
25
26 <para>
27 For more information on <application>KDE Plasma 5</application>, see
28 the original announcement at
29 <ulink url="http://www.kde.org/announcements/plasma5.0/"/>
30 </para>
31
32 <sect2>
33 <title>Build Order</title>
34
35 <para>
36 <application>KDE Plasma 5</application> packages are listed
37 in the recommended and tested build order based on dependencies.
38 </para>
39
40 <para>
41 No additional configuration is needed before building the
42 <application>KDE Plasma 5</application> because it uses
43 the same configuration that
44 <application>KDE Frameworks 5</application> use.
45 </para>
46
47 </sect2>
48
49</sect1>
Note: See TracBrowser for help on using the repository browser.