ENH: provide makeMesa and makeVTK scripts

This commit is contained in:
mark
2016-08-01 10:28:56 +02:00
parent 5dd6900492
commit cd07d9f6bc
3 changed files with 514 additions and 0 deletions

11
makeVTK.example Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
# An example for building a particular combinations of VTK with off-screen mesa
vtk=vtk-7.1.0
mesa=mesa-11.2.2
./makeVTK \
$vtk \
-osmesa -mesa-prefix $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/$mesa
#------------------------------------------------------------------------------