diff options
Diffstat (limited to 'development/tea/README')
-rw-r--r-- | development/tea/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/tea/README b/development/tea/README index b4c4450e6c3bf..be64d66032f85 100644 --- a/development/tea/README +++ b/development/tea/README @@ -1,2 +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 qt5. +It could be built against qt4 or even qt6, if they are installed, using: +QT4=yes ./tea.SlackBuild +QT6=yes ./tea.SlackBuild |