Files
ThirdParty-common/makeVTK.example
mark 852e88b495 STYLE: align makeParaView with other make scripts
- obtain version by sourcing the coresponding OpenFOAM config file

STYLE: update build documents
2016-11-29 13:01:48 +01:00

16 lines
347 B
Bash
Executable File

#!/bin/sh
# An example for building particular combinations of VTK with
# - off-screen mesa
vtk=VTK-7.1.0
mesa=mesa-11.2.2
# mesa=mesa-13.0.2
./makeVTK \
$vtk \
-osmesa \
-mesa-prefix $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$mesa \
"$@"
#------------------------------------------------------------------------------