From 24cd2bdbb4cdaeef132d471fbd7f521dbcc6cf5f Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sun, 6 Sep 2009 10:57:21 +0300 Subject: [PATCH] Upate QT framework's URL to readme. --- readme_gui.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme_gui.txt b/readme_gui.txt index d30cdee9d..2b701a0c3 100644 --- a/readme_gui.txt +++ b/readme_gui.txt @@ -7,15 +7,15 @@ Running ------- You need QT4 libraries installed in your system. Packages/files to install depends on your operating system: -- Windows download QT4 from http://www.qtsoftware.com -- Linux install QT4 using your package manager, look for packages having QT4 +- Windows: download QT4 from http://qt.nokia.com/ +- Linux: install QT4 using your package manager, look for packages having QT4 in their name, e.g. for Ubuntu install libqt4-core, libqt4-gui and libqt4-xml Compiling --------- Windows: -- The easy way is to download Qt SDK from http://www.qtsoftware.com and use - Qt Creator and/or command line tools to build the GUI. +- The easy way is to download Qt SDK from http://qt.nokia.com/ and use Qt + Creator and/or command line tools to build the GUI. - The harder way is to download QT sources and build QT with Visual Studio (Express Edition works). Compiling QT alone may take over 4 hours!