Unofficial ParaView SDK Wiki
Unofficial ParaView Development Installation
Status: Beta
Brought to you by:
wyldckat
A copy of this wiki page is kept at: Notes.wiki at the repo paraview3120
http://sourceforge.net/projects/freetype/files/freetype2/2.4.6/freetype-2.4.6.tar.gz/downloadCMAKE_INSTALL_PREFIX the path where it should be installed; ParaView_INSTALL_DEVELOPMENT to ON. ParaView_MPI_SUPERBUILD to OFF for using the System's MPI. You'll have to do these steps once per architecture (x86 and x86_64):
CMAKE_INSTALL_PREFIX. c:\ParaViewBuilds\32bit\ParaView-3.12.0-win32-dev - this is because Open-MPI will be automatically installed at c:\ParaViewBuilds\32bit\OpenMPI-installC:\ParaView-xxx-SuperBuild\QT_QMAKE_EXECUTABLE to the full path to where qmake.exe from Qt 4.6.3 is. ParaView_INSTALL_DEVELOPMENT. ParaViewSuperBuild.sln with MSVC 2008 Express. Release version, instead of the Debug version. Solution -> Build Solution. ParaView-xxx-SuperBuild\Silo\SiloWindows\MSVC8\SiloWindows.sln... ParaView-xxx-SuperBuild\. ParaView-xxx-SuperBuild\ParaView-build\ParaView.sln. Release build instead of the Debug one. INSTALL and select Project only -> Build only INSTALL. INSTALL and select Properties; Configuration Properties -> Build Events -> Post-Build Event; Command edit box, change the part-DBUILD_TYPE=$(OutDir) -P cmake_install.cmake-DBUILD_TYPE=$(OutDir) -DCOMPONENT=Development -P cmake_install.cmakeINSTALL and select Project only -> Build only INSTALL. Creating the self-extractables:
7z a -sfx -t7z -mx=9 -ms=on -mmt=on OpenMPI-1.4.3-win32-r1.exe OpenMPI-1.4.3-win327z a -sfx -t7z -mx=9 -ms=on -mmt=on ParaView-3.12.0-win32-dev-r1.exe ParaView-3.12.0-win32-dev7z a -sfx -t7z -mx=9 -ms=on -mmt=on OpenMPI-1.4.3-win64-r1.exe OpenMPI-1.4.3-win647z a -sfx -t7z -mx=9 -ms=on -mmt=on ParaView-3.12.0-win64-dev-r1.exe ParaView-3.12.0-win64-devCurrently they are self-extractable, not installers themselves. Either run where they are and place the resulting folder where you want... Or run each self-extractable like this:
OpenMPI-1.4.3-win32-r1.exe -o"C:\ParaViewDevs\"
ParaView-3.12.0-win32-dev-r1.exe -o"C:\ParaViewDevs\"
OpenMPI-1.4.3-win64-r1.exe -o"C:\ParaViewDevs\"
ParaView-3.12.0-win64-dev-r1.exe -o"C:\ParaViewDevs\"
PACKAGE in ParaView. PACKAGE and INSTALL entries in superbuild.