kde-extraapps/yakuake
Ivailo Monev 3177865b65 generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-04-19 23:02:48 +03:00
..
app generic: adjust to Katie changes 2021-04-19 23:02:48 +03:00
data generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
po generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
AUTHORS yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
CMakeLists.txt generic: support building projects separately 2020-02-10 23:43:40 +00:00
COPYING yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
COPYING.DOC yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
KDE4FAQ yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
Messages.sh yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
NEWS yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
README yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00
TODO yakuake: import with changes to build and work 2015-04-07 01:46:47 +00:00

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.


It's a KDE Extragear application released under GPL v2, GPL v3 or any later
version accepted by the membership of KDE e.V.

The current maintainer of Yakuake is Eike Hein <hein@kde.org>.


The Yakuake website is located at: http://yakuake.kde.org/

Report bugs and wishes at: http://bugs.kde.org/

You can browse the latest and older sources at:
http://projects.kde.org/projects/extragear/utils/yakuake/repository


Yakuake requires kdelibs and Konsole from KDE Software Compilation 4.4.0 or
higher.


Basic build and installation instructions:

1. tar xfvj yakuake-<version>.tar.bz2
2. cd yakuake-<version>
3. mkdir build
4. cd build
5. cmake -DCMAKE_INSTALL_PREFIX=<path to install to> ../
6. make
7. sudo make install

For more, please see the KDE Techbase wiki (http://techbase.kde.org/) and
the CMake documentation (at http://www.cmake.org/).