Skip to content
Snippets Groups Projects
Commit de0897cd authored by henry's avatar henry
Browse files

Added "./" to makeParaView and makeQt.

parent 06eb5b74
Branches
Tags
No related merge requests found
...@@ -180,12 +180,12 @@ ...@@ -180,12 +180,12 @@
downloads a supported version of Qt /e.g./ 4.3.5 as described in the section 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. 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: 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 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 executing makeParaView with the -qmake option, giving the full path of the
newly built qmake as an argument: 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). The user must then recompile the PV3FoamReader module as normal (see above).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment