Update few instructionnable files ( ChangeLog, INSTALL, README)

pull/5/head
gregory guy 5 years ago
parent b924770131
commit d61b2a631b
No known key found for this signature in database
GPG Key ID: 3BCCA0F7AB4536F4

@ -1,3 +1,7 @@
Summary of R14.0.6 release:
* cmake conversion
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libs
Changes in 2.8.1:
* Added an option to control whether the Yakuake window keeps above other
windows.

@ -1,6 +1,27 @@
Basic Installation
==================
Yakuake relies on cmake to build.
Here are the default options used in Debian:
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
-DCONFIG_INSTALL_DIR="/etc/trinity" \
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_VERBOSE_MAKEFILE="ON" \
-DCMAKE_SKIP_RPATH="OFF" \
-DBUILD_ALL="ON" \
-DWITH_ALL_OPTIONS="ON"
##### the following instructions, kept as a reference, are basically obsolete - September 30 2019 #####
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for

@ -1,13 +1,18 @@
Yakuake is a Quake-style terminal emulator based on KDE Konsole technology.
Yakuake is a Quake-style terminal emulator based on TDE Konsole technology.
It's a KDE Extragear application released under GPL v2.
It's a TDE Extragear application released under GPL v2.
The current maintainer of Yakuake is Eike Hein <hein@kde.org>.
Yakuake requires tdelibs and Konsole from TDE 14.0.0 or higher.
Yakuake requires tdelibs and Konsole from KDE 3.4.0 or higher.
Sources available with git:
git clone https://mirror.git.trinitydesktop.org/gitea/TDE/yakuake.git
The Yakuake website is located at: http://yakuake.kde.org/
Please, report your bugs and/or wishes at TDE Gitea Workspace.
Report bugs and wishes at: http://bugs.kde.org/
Enhancements at:
https://mirror.git.trinitydesktop.org/gitea/TDE/yakuake
Issues at:
https://mirror.git.trinitydesktop.org/gitea/TDE/yakuake/issues

Loading…
Cancel
Save