diff options
Diffstat (limited to 'development/qt-creator2')
-rw-r--r-- | development/qt-creator2/README | 5 |
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). |