diff options
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 295cd2cf9a69c..59e83a18d1031 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 |