diff options
author | Isaac Yu <isaacyu@isaacyu1.com> | 2018-01-13 17:24:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 29ecf0a58a83e29e6f8624334443ee2f4e858b65 (patch) | |
tree | ac79d188d95e498ee649627e083799f2ef8c58a5 /development/tea/README | |
parent | 70cc380dcc7b07b9ca6ce2429b5414e90d1ca506 (diff) | |
download | slackbuilds-29ecf0a58a83e29e6f8624334443ee2f4e858b65.tar.gz |
development/tea: Updated for version 44.1.1 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/tea/README')
-rw-r--r-- | development/tea/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/development/tea/README b/development/tea/README index 295cd2cf9a..59e83a18d1 100644 --- a/development/tea/README +++ b/development/tea/README @@ -1,2 +1,7 @@ -TEA is the text text editor for UNIX-like systems and Windows. With an +TEA is the text editor for UNIX-like systems and Windows. With an ultimate small size, TEA provides you hundreds of functions. + +If you prefer to build TEA against Qt5 rather than Qt4, install +qt5 (available from SlackBuilds.org) and run the script like that: + +USE_QT5=yes ./tea.SlackBuild |