Greetings Everyone,<div><br></div><div>I have recently commited a fair amount of changes to ParaView that lets a developer create a functional development tree that could be distributed. The development tree includes all the necessary headers, libraries, CMake files and executable tools one would need for developing ParaView branded applications and Plugins without building your own ParaView. </div>

<div><br></div><div>In order to create this tree you simply need to enable PARAVIEW_INSTALL_DEVELOPMENT when configuring ParaView with CMake. Afterwards if you do a make install (linux/mac) or build the INSTALL target (windows), a development tree will be installed at CMAKE_INSTALL_PREFIX. If you wish to distribute a development package, running CPack with PARAVIEW_INSTALL_DEVELOPMENT turned on will also include the development tree.</div>
<div><br></div><div>For Example:</div><div><br></div><div>cpack -G NSIS --config C:\Kitware\ParaView3\bin\Applications\ParaView\CPackParaViewConfig.cmake -C Release</div><div><br></div><div>Just about all of the bugs related to the development install feature have been fixed. If anyone has any issues with them please feel free to report a bug.</div>
<div><br></div><div>Thanks!</div>