summaryrefslogtreecommitdiff
path: root/libraries/qt5/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/qt5/README')
-rw-r--r--libraries/qt5/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/libraries/qt5/README b/libraries/qt5/README
index 26734d459c..c93e1cb10e 100644
--- a/libraries/qt5/README
+++ b/libraries/qt5/README
@@ -1,16 +1,22 @@
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
-Optional dependencies: unixodbc, libxkbcommon, freetds, OpenAL, libwebp,
+Optional dependencies: unixodbc, freetds, OpenAL, libwebp, opus, snappy,
and postgresql
Optional dependencies: wayland, openvg, libinput and firebird (not available
at slackbuilds.org)
-Note1: To build documentation pass DOCS=yes to the slackbuild.
+Note1: To build documentation pass DOCS=yes to the slackbuild
DOCS=yes ./qt5.SlackBuild
Note2: To build examples pass EXAMPLES=yes to the slackbuild
EXAMPLES=yes ./qt5.SlackBuild
+
+Note3: To build support for proprietary media codecs (note that this
+will produce a non-redistributable package in some countries) pass
+PROPRIETARY_CODECS=yes to the slackbuild
+
+ PROPRIETARY_CODECS=yes ./qt5.SlackBuild