From de0897cd660c7ab0446e0ff007a4d9bc6186c95a Mon Sep 17 00:00:00 2001 From: henry <Henry Weller h.weller@opencfd.co.uk> Date: Wed, 25 Nov 2009 13:50:39 +0000 Subject: [PATCH] Added "./" to makeParaView and makeQt. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 449b8585b04..7b092d0d72f 100644 --- a/README +++ b/README @@ -180,12 +180,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 <path_to_qmake> + + ./makeParaView -qmake <path_to_qmake> The user must then recompile the PV3FoamReader module as normal (see above). -- GitLab