From 7e08abb9a10b8103c8f2fb1db5edf6b73c818cdd Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Mon, 21 Jul 2008 11:58:25 +0100
Subject: [PATCH] Updated the information about Qt versions and ParaView
 compatibility.

---
 README | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 51d898a314c..3c40b350fc1 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@
     type:
     + qmake --version
 
-      The ParaView binary executables in the ThirdParty distribution will only
+    The ParaView binary executables in the ThirdParty distribution will only
     work with PRECISELY the same version of Qt with which it was compiled.  The
     64-bit version of ParaView was compiled with Qt-4.3.1 (with openSuSE-10.3)
     and the 32-bit version of ParaView was compiled with Qt-4.3.2 (with
@@ -46,12 +46,15 @@
     + openSuSE-10.3: Version 4.3.1
     + openSuSE-11.0: Version 4.4.0 - too new
 
-    For openSuSE 10.2, 10.3 and 11.0, Qt version 4.3.5 can be downloaded from:
-    http://download.opensuse.org/repositories/KDE:/Qt43
-
     Compilation and running of ParaView has been successful using the libraries
     downloaded in the "libqt4-dev" package on ubuntu.
 
+    If you don't have an appropriate version of Qt installed you can download
+    the sources from TrollTech e.g.:
+    ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.3.5.tar.bz2
+    and compile and install in /usr/local or some other location that does to
+    conflict with the pre-installed version.
+
 * Installation
   Download and unpack the files in the $HOME/OpenFOAM directory as described in:
   http://www.OpenFOAM.org/download.html
-- 
GitLab