• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

app/H03-May-2022-8,9016,896

data/H03-May-2022-1,4471,374

po/H01-Mar-2022-92,12879,326

.git-blame-ignore-revsH A D27-Feb-202256 32

.gitignoreH A D27-Feb-202293 98

.gitlab-ci.ymlH A D27-Feb-2022163 64

.kde-ci.ymlH A D27-Feb-2022774 2422

AUTHORSH A D27-Feb-202267 32

ChangeLogH A D27-Feb-202227.3 KiB511474

Messages.shH A D27-Feb-2022182 53

NEWSH A D27-Feb-20221.4 KiB7249

README.mdH A D27-Feb-20221 KiB3118

TODOH A D27-Feb-2022107 43

org.kde.yakuake.service.inH A D27-Feb-202277 43

README.md

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