summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 14:20:44 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commitb8cd9a1c27bbaa7fbde621ef9a27adb018120add (patch)
tree7fd284761283c5f45ef31f3c59a47d6b1f454858 /development
parent35b9329c77d2bb012a74c4f632dc6aa3ec602a4e (diff)
downloadslackbuilds-b8cd9a1c27bbaa7fbde621ef9a27adb018120add.tar.gz
slackbuilds-b8cd9a1c27bbaa7fbde621ef9a27adb018120add.tar.xz
development/qt-creator2: Fix README.
Diffstat (limited to 'development')
-rw-r--r--development/qt-creator2/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/qt-creator2/README b/development/qt-creator2/README
index c8ff97c047..4ba206ee88 100644
--- a/development/qt-creator2/README
+++ b/development/qt-creator2/README
@@ -13,9 +13,10 @@ process.
Follow these steps to prepare source tree:
1 - Copy Qt SlackBuild directory from Slackware source tree to /tmp;
-2 - Edit qt-nowebkit.SlackBuild and place a EXIT command AFTER configure command;
+2 - Edit qt-nowebkit.SlackBuild and place an exit command AFTER the
+ configure command;
3 - Execute qt.SlackBuild;
4 - move /tmp/qt-everywhere-opensource-src-x.x.x to /usr/src
-QTSOURCEDIR is set to /usr/src/qt-everywhere-opensource-src-x.x.x
+QTSOURCEDIR is set to /usr/src/qt-everywhere-opensource-src-x.x.x
(Qt version from Slackware tree).