forked from KDE/yakuake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (18 loc) · 803 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 <[email protected]>.
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/).