summaryrefslogtreecommitdiffstats
path: root/libraries/qt5/README
diff options
context:
space:
mode:
author Larry Hajali2015-01-17 03:46:50 +0100
committer Willy Sudiarto Raharjo2015-01-17 04:07:07 +0100
commit0baa48d6d9b7b53b8c575527c0e792f20eb63001 (patch)
treef387b03cfba3f58ee4881bfef1510ddc3cc6ec3c /libraries/qt5/README
parent38f57507d6b53f96d5e0c15810232bd002a72bb4 (diff)
downloadslackbuilds-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/README8
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