Konsole-4.12.2

Introduction to Konsole

This package provides a terminal emulator for KDE.

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

Package Information

Konsole Dependencies

Required

kdelibs-4.12.2

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         \
      -Wno-dev .. &&
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 2014-02-27 20:59:01 -0800