diff options
Diffstat (limited to 'development/tea/README')
-rw-r--r-- | development/tea/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/tea/README b/development/tea/README index 59e83a18d1031..3d1f287af31cb 100644 --- a/development/tea/README +++ b/development/tea/README @@ -1,7 +1,8 @@ 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: +TEA is by default built against qt4. In building TEA against qt5, +install qt5 (from slackbuilds.org) and run the script with the +following command: -USE_QT5=yes ./tea.SlackBuild +QT5=yes ./tea.SlackBuild |