diff options
author | Ricardo J. Barberis <ricardo.barberis@gmail.com> | 2017-05-12 23:26:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:59:39 +0700 |
commit | 495d26626b0e740ea9fb90e91879b3c9d1349b67 (patch) | |
tree | 991a477b845c2dba2a11429d3c03e8f6d1814e94 /development/kdiff3/README | |
parent | c508569f1d3fe381e4dacff2bfe560f2712cbfc9 (diff) | |
download | slackbuilds-495d26626b0e740ea9fb90e91879b3c9d1349b67.tar.gz |
development/kdiff3: Updated for version 0.9.98 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kdiff3/README')
-rw-r--r-- | development/kdiff3/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/kdiff3/README b/development/kdiff3/README index f945d8dce9..5cfbd27567 100644 --- a/development/kdiff3/README +++ b/development/kdiff3/README @@ -13,3 +13,9 @@ KDiff3 is a program that * Windows-Explorer integration Diff-Ext-for-KDiff3 - shell extension included in installer (originally by Sergey Zorin: see also Diff Ext) * Read what else is special in a short abstract (PDF). + + +NOTE: By default, a KDE version is compiled. If you prefer a Qt4-only +version, pass the script QT4ONLY=yes, like: + +QT4ONLY=yes ./kdiff3.SlackBuild |