Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
de0897cd
Commit
de0897cd
authored
Nov 25, 2009
by
henry
Browse files
Added "./" to makeParaView and makeQt.
parent
06eb5b74
Changes
1
Show whitespace changes
Inline
Side-by-side
README
View file @
de0897cd
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment