mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Update QT install instructions INSTALL-LINUX
.. since Qt changed the name back to Qt 4.8 rather than SDK 1.1.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user