diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-17 09:46:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-17 10:07:07 +0700 |
commit | 0baa48d6d9b7b53b8c575527c0e792f20eb63001 (patch) | |
tree | f387b03cfba3f58ee4881bfef1510ddc3cc6ec3c /libraries/qt5/README | |
parent | 38f57507d6b53f96d5e0c15810232bd002a72bb4 (diff) | |
download | slackbuilds-0baa48d6d9b7b53b8c575527c0e792f20eb63001.tar.gz |
libraries/qt5: Added optional documentation and example options.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt5/README')
-rw-r--r-- | libraries/qt5/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/qt5/README b/libraries/qt5/README index e69f943e5a..e1376a9998 100644 --- a/libraries/qt5/README +++ b/libraries/qt5/README @@ -10,3 +10,11 @@ slackbuilds.org) Note: To build Qt5 with Pulseadio then pass USEPULSE=yes to the slackbuild. USEPULSE=yes ./qt5.SlackBuild + +Note2: To build documentation pass DOCS=yes to the slackbuild. + + DOCS=yes ./qt5.SlackBuild + +Note3: To build examples pass EXAMPLES=yes to the slackbuild + + EXAMPLES=yes ./qt5.SlackBuild |