1Yakuake is a drop-down terminal emulator based on KDE Konsole technology.
2
3
4It's a KDE Extragear application released under GPL v2, GPL v3 or any later
5version accepted by the membership of KDE e.V.
6
7The current maintainer of Yakuake is Eike Hein <hein@kde.org>.
8
9
10The Yakuake website is located at https://kde.org/applications/system/org.kde.yakuake
11
12Report bugs and wishes at https://bugs.kde.org/
13
14You can browse the latest and older sources at https://invent.kde.org/utilities/yakuake
15
16
17### Basic build and installation instructions:
18
191. Download the source code or clone this repository
202. `cd` to the source code folder
213. `mkdir build`
224. `cd build`
235. `cmake ../` - defaults to `/usr/local` as installation path on UNIX ([docs](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html)), optionally use `-DCMAKE_INSTALL_PREFIX=<path to install to>`
246. `make`
257. `sudo make install`
26
27To remove use `sudo make uninstall`
28
29For more, please see the KDE Techbase wiki (https://techbase.kde.org/) and
30the CMake documentation (at https://www.cmake.org/).
31