Konsole-4.10.3

Introduction to Konsole

This package provides a terminal emulator for KDE.

This package is known to build and work properly using an LFS-7.3 platform.

Package Information

Konsole Dependencies

Required

kdelibs-4.10.3

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/konsole

Installation of Konsole

Install Konsole by running the following commands:

mkdir build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
      -DCMAKE_BUILD_TYPE=Release \
      .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: konsole and konsoleprofile
Installed Libraries: libkdeinit4_konsole.so, libkonsolepart.so and libkonsoleprivate.so
Installed Directories: $KDE_PREFIX/share/apps/konsole and $KDE_PREFIX/share/doc/HTML/en/konsole

Short Descriptions

konsole

is the KDE terminal emulator.

Last updated on 2013-05-08 17:45:30 +0000