ParaViewWeb SuperBuild: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "ParaViewWeb ---- == Requirements == You will need CMake 2.8.6+ and File:ParaViewWebSuperBuild.txt. BUILD_FLASH_RENDERER ON CMAKE_BUILD_TYPE ...") |
|||
Line 5: | Line 5: | ||
You will need CMake 2.8.6+ and [[File:ParaViewWebSuperBuild.txt]]. | You will need CMake 2.8.6+ and [[File:ParaViewWebSuperBuild.txt]]. | ||
mkdir build | |||
cd build | |||
wget http://www.paraview.org/Wiki/File:ParaViewWebSuperBuild.txt -O CMakeLists.txt | |||
ccmake . | |||
BUILD_FLASH_RENDERER ON | BUILD_FLASH_RENDERER ON | ||
Line 14: | Line 17: | ||
WEB_SAMPLES ON | WEB_SAMPLES ON | ||
WEB_SERVICE ON | WEB_SERVICE ON | ||
make | |||
make install |
Revision as of 20:24, 8 March 2012
Requirements
You will need CMake 2.8.6+ and File:ParaViewWebSuperBuild.txt.
mkdir build cd build wget http://www.paraview.org/Wiki/File:ParaViewWebSuperBuild.txt -O CMakeLists.txt ccmake .
BUILD_FLASH_RENDERER ON CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /.../ParaViewWeb USE_OSMESA OFF VIZ_NODE ON WEB_SAMPLES ON WEB_SERVICE ON
make make install