0x1997 / yakuake

Yakuake with some custom patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
https://cgit.kde.org/yakuake.git


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/).

About

Yakuake with some custom patches

License:GNU General Public License v2.0


Languages

Language:C++ 96.8%Language:CMake 3.0%Language:Shell 0.2%