diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-11-14 19:58:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:59 +0700 |
commit | cc6fd43f9c99c7c96bf6af68c74bca4252d09968 (patch) | |
tree | 899934a13801a4f5cd7c3164136cf99e224e20a9 /libraries/qt5/README | |
parent | d3a6a0cec4dee8c63d4df1f0136fa66b6131b0e6 (diff) |
libraries/qt5: Update to 5.9.7
Diffstat (limited to 'libraries/qt5/README')
-rw-r--r-- | libraries/qt5/README | 73 |
1 files changed, 54 insertions, 19 deletions
diff --git a/libraries/qt5/README b/libraries/qt5/README index 65166d8725fe4..1aff0e6a625c5 100644 --- a/libraries/qt5/README +++ b/libraries/qt5/README @@ -1,40 +1,75 @@ -Qt is a cross-platform C++ application framework. Qt's primary feature -is its rich set of widgets that provide standard GUI functionality. +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, freetds, OpenAL, libwebp, opus, snappy, -wayland, and postgresql +The following are optional dependencies that Qt will link +against if they are detected at build time: -Optional dependencies: openvg and firebird (not available -at slackbuilds.org) +libwebp opus pcre2 snappy -Note1: To build documentation pass DOCS=yes to the slackbuild + +============================================================ + +OPTIONS + +To build the documentation pass DOCS=yes to the SlackBuild: DOCS=yes ./qt5.SlackBuild -Note2: To build examples pass EXAMPLES=yes to the slackbuild +To build the 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 +NOTE + +Building the documentation and examples creates a +significantly larger package. + + +ROUGH SIZE GUIDE + +Package size: + + Qt alone: 102M + With documentation: 339M + With examples: 391M + With both documentation and examples: 628M + +Minumum working space needed (size of source and package +directories at end of build): + + Qt alone: 5018M + With documentation: 6197M + With examples: 6388M + With both documentation and examples: 7604M + + +To build support for proprietary media codecs pass +PROPRIETARY_CODECS=yes to the SlackBuild (this will produce +a non-redistributable package in some countries): PROPRIETARY_CODECS=yes ./qt5.SlackBuild -Note4: To disable support for pulseaudio pass PULSEAUDIO=no to the slackbuild +To disable support for pulseaudio pass PULSEAUDIO=no to the +SlackBuild: PULSEAUDIO=no ./qt5.SlackBuild -(Qt will be automatically detect and disable pulseaudio if not installed.) +Qt will automatically detect if it is not installed at build +time and not provide support for it. -Qt will also detect and use pcre2 if it is installed. +============================================================ -NOTICE +NOTE -There is a qt5-legacy SlackBuild available for applications that -might not run correctly with this version. +After upgrading Qt5 it is important to rebuild qt5ct too, if +it is installed, or some applications may not display or +function correctly. -Known Applications With Problems: +There is a qt5-legacy (5.7.1) SlackBuild that is available +for older applications that do not run correctly with this +version. However it will not coexist with this version. -speedcrunch: the widget drawer does not close properly. +Please report any problems about applications that don't +work correctly to the Qt5 maintainer or to the mailing list. |