summaryrefslogtreecommitdiffstats
path: root/libraries/qt5-legacy/README
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2018-08-25 00:37:02 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-23 06:11:02 +0700
commitfc730b801383c0943af4706fc1f9b83a7073e509 (patch)
treec5f2fb6130362184e0ff9f0223f88894e8beb111 /libraries/qt5-legacy/README
parent8a3430f7e7ae4b79cfde2366c227a6e66a1e38c6 (diff)
downloadslackbuilds-fc730b801383c0943af4706fc1f9b83a7073e509.tar.gz
slackbuilds-fc730b801383c0943af4706fc1f9b83a7073e509.tar.xz
libraries/qt5-legacy: Added (a multi-platform C++ GUI toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt5-legacy/README')
-rw-r--r--libraries/qt5-legacy/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/libraries/qt5-legacy/README b/libraries/qt5-legacy/README
new file mode 100644
index 0000000000..eefa1df469
--- /dev/null
+++ b/libraries/qt5-legacy/README
@@ -0,0 +1,24 @@
+Qt is a cross-platform C++ application framework. Qt's primary feature
+is its rich set of widgets that provide standard GUI functionality.
+
+This builds the legacy 5.7.1 version.
+
+Optional dependencies: unixodbc, freetds, OpenAL, libwebp, opus, snappy,
+wayland, and postgresql
+
+Optional dependencies: openvg and firebird (not available
+at slackbuilds.org)
+
+Note1: To build documentation pass DOCS=yes to the slackbuild
+
+ DOCS=yes ./qt5-legacy.SlackBuild
+
+Note2: To build examples pass EXAMPLES=yes to the slackbuild
+
+ EXAMPLES=yes ./qt5-legacy.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-legacy.SlackBuild