Warning, /utilities/yakuake/README.md is written in an unsupported language. File is not indexed.

0001 Yakuake is a drop-down terminal emulator based on KDE Konsole technology.
0002 
0003 
0004 It's a KDE Extragear application released under GPL v2, GPL v3 or any later
0005 version accepted by the membership of KDE e.V.
0006 
0007 The current maintainer of Yakuake is Eike Hein <hein@kde.org>.
0008 
0009 
0010 The Yakuake website is located at https://kde.org/applications/system/org.kde.yakuake
0011 
0012 Report bugs and wishes at https://bugs.kde.org/
0013 
0014 You can browse the latest and older sources at https://invent.kde.org/utilities/yakuake
0015 
0016 
0017 ### Basic build and installation instructions:
0018 
0019 1. Download the source code or clone this repository
0020 2. `cd` to the source code folder
0021 3. `mkdir build`
0022 4. `cd build`
0023 5. `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>`
0024 6. `make`
0025 7. `sudo make install`
0026 
0027 To remove use `sudo make uninstall`
0028 
0029 For more, please see the KDE Techbase wiki (https://techbase.kde.org/) and
0030 the CMake documentation (at https://www.cmake.org/).