Konsole-4.14.1

Introduction to Konsole

This package provides a terminal emulator for KDE.

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

Package Information

Konsole Dependencies

Required

kdelibs-4.14.1

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-09-17 21:56:07 -0700