Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/yakuake
Drop-down terminal emulator based on Konsole technologies
https://github.com/kde/yakuake
Last synced: 3 days ago
JSON representation
Drop-down terminal emulator based on Konsole technologies
- Host: GitHub
- URL: https://github.com/kde/yakuake
- Owner: KDE
- Created: 2015-09-18T15:02:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:03:16.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:18.478Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/utilities/yakuake
- Size: 5.28 MB
- Stars: 360
- Watchers: 7
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSES/CC0-1.0.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
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 .
The Yakuake website is located at https://kde.org/applications/system/org.kde.yakuake
Report bugs and wishes at https://bugs.kde.org/
You can browse the latest and older sources at https://invent.kde.org/utilities/yakuake
### Basic build and installation instructions:
1. Download the source code or clone this repository
2. `cd` to the source code folder
3. `mkdir build`
4. `cd build`
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=`
6. `make`
7. `sudo make install`To remove use `sudo make uninstall`
For more, please see the KDE Techbase wiki (https://techbase.kde.org/) and
the CMake documentation (at https://www.cmake.org/).