From b762a5adeadf52550c0799025630a80a6245e78f Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 25 Nov 2009 13:51:32 +0000 Subject: [PATCH] Added "./" to makeParaView and makeQt. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 03d80299..86336dac 100644 --- a/README +++ b/README @@ -165,7 +165,7 @@ directory, namely cmake-2.6.4 and gcc-4.3.3. Execute the following: + cd $WM_THIRD_PARTY_DIR + rm -rf paraview-3.6.1/platforms - + makeParaView + + ./makeParaView The PV3FoamReader module is an OpenFOAM utility that can be compiled in the usual manner as follows: @@ -179,12 +179,12 @@ downloads a supported version of Qt /e.g./ 4.3.5 as described in the section on "Qt". The user should unpack the source pack in the $WM_THIRD_PARTY_DIR. Then the user can build Qt by executing from within $WM_THIRD_PARTY_DIR: - + makeQt + + ./makeQt The user should then compile ParaView using the local version of Qt by executing makeParaView with the -qmake option, giving the full path of the newly built qmake as an argument: - + makeParaView -qmake + + ./makeParaView -qmake The user must then recompile the PV3FoamReader module as normal (see above). -- 2.11.4.GIT