From a47bbe8ac8940286d8420e1f2f37807371ac9aa5 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 4 May 2013 18:26:24 +0100 Subject: [PATCH] Update QT install instructions INSTALL-LINUX .. since Qt changed the name back to Qt 4.8 rather than SDK 1.1. --- INSTALL-LINUX | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/INSTALL-LINUX b/INSTALL-LINUX index 85191f76b..90bdd1ea8 100644 --- a/INSTALL-LINUX +++ b/INSTALL-LINUX @@ -44,10 +44,8 @@ login and open a terminal to get a shell prompt Download MANDATORY DEPENDENCIES (browser) ----------------------------------------- -Download Qt-sdk1.1 from http://developer.qt.nokia.com/prereleases, chose Linux 64-bit -Run the Qt installer (need to chmod +x it first) and install to default location (home) -Put qmake in path (e.g. sudo cp ~/QtSDK/Desktop/Qt/473/gcc/bin/qmake /usr/local/bin) -Test qmake is ok with: qmake --version (should report 4.7.0 or higher) +Download and install the Qt 4.8 SDK from http://qt-project.org/ +Once that is completed test qmake is ok with: qmake --version (should report 4.7.0 or higher) Install git with: $ sudo apt-get install git