source: kde/add/konsole.xml@ 798e0573

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.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 nosym 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 798e0573 was 1cc5345, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Add section about nvidia firmware.
Update kde4 package links.
Tag kde and dependencies.

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

  • Property mode set to 100644
File size: 4.2 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 <!ENTITY konsole-download-http "&kde-download-http;&kde-old-version;/src/konsole-&kde-old-version;.tar.xz">
8 <!ENTITY konsole-download-ftp " ">
9 <!ENTITY konsole-md5sum "1c81a9a2c073f7992671e168b7285a2a">
10 <!ENTITY konsole-size "448 KB">
11 <!ENTITY konsole-buildsize "18 MB">
12 <!ENTITY konsole-time "0.6 SBU">
13]>
14
15<sect1 id="konsole" xreflabel="konsole-&kde-old-version;">
16 <?dbhtml filename="konsole.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Konsole-&kde-old-version;</title>
24
25 <indexterm zone="konsole">
26 <primary sortas="a-konsole">konsole</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Konsole</title>
31
32 <para>This package provides a terminal emulator for KDE.</para>
33
34 &lfs79_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&konsole-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&konsole-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &konsole-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &konsole-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &konsole-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &konsole-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required">
62 <xref linkend="kdelibs"/>
63 </para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para role="recommended">
67 <xref linkend="kde-baseapps"/>
68 </para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/konsole"/>
72 </para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Konsole</title>
78
79 <para>Install <application>Konsole</application> by running
80 the following commands:</para>
81
82<screen><userinput>mkdir build &amp;&amp;
83cd build &amp;&amp;
84
85cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
86 -DCMAKE_BUILD_TYPE=Release \
87 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
88 -Wno-dev .. &amp;&amp;
89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directories</segtitle>
104
105 <seglistitem>
106 <seg>konsole and konsoleprofile</seg>
107 <seg>libkdeinit4_konsole.so, libkonsolepart.so and libkonsoleprivate.so
108 </seg>
109 <seg>&kde-dir;/share/apps/konsole and
110 &kde-dir;/share/doc/HTML/en/konsole</seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="konsole-prog">
120 <term><command>konsole</command></term>
121 <listitem>
122 <para>is the KDE terminal emulator.</para>
123 <indexterm zone="konsole konsole-prog">
124 <primary sortas="b-konsole">konsole</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="konsoleprofile">
130 <term><command>konsoleprofile</command></term>
131 <listitem>
132 <para>
133 is a command-line tool to change the current tab's profile
134 options.
135 </para>
136 <indexterm zone="konsole konsoleprofile">
137 <primary sortas="b-konsoleprofile">konsoleprofile</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.