[Paraview] Paraview - VTKExtensions

2012-11-14 Thread Henry Lehmann
Hello, using "git clone --recursive" it is possible to checkout and build paraview with all dependencies/submodules. is it also possible to have headers, shared libs of all paraview+dependencies being installed to the system from "make install" invoked from the paraview build dir? I want to u

Re: [Paraview] Paraview - VTKExtensions

2012-11-15 Thread Utkarsh Ayachit
*** THIS IS EXPERIMENTAL AND NOT REGULARLY TESTED YET So there is some support for doing that on linux. When configuring with Cmake, set your CMAKE_INSTALL_PREFIX correctly and then turn on PARAVIEW_INSTALL_DEVELOPMENT_FILES, which is an advanced CMake option. Then on make install, ParaView w

Re: [Paraview] Paraview - VTKExtensions

2012-11-19 Thread Henry Lehmann
Hello Utkarsh, thank you for your reply! So far in only installed shared libs and copied headers manually by a bash script, which also worked. But i will use the proper mechanism now! Thank you very much! Henry On 11/15/2012 06:24 PM, Utkarsh Ayachit wrote: *** THIS IS EXPERIMENTAL AND NOT