summaryrefslogtreecommitdiffstats
path: root/development/tea/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/tea/README')
-rw-r--r--development/tea/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/development/tea/README b/development/tea/README
index 3d1f287af3..be64d66032 100644
--- a/development/tea/README
+++ b/development/tea/README
@@ -1,8 +1,7 @@
TEA is the text editor for UNIX-like systems and Windows. With an
ultimate small size, TEA provides you hundreds of functions.
-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:
-
-QT5=yes ./tea.SlackBuild
+TEA is by default built against qt5.
+It could be built against qt4 or even qt6, if they are installed, using:
+QT4=yes ./tea.SlackBuild
+QT6=yes ./tea.SlackBuild