[Paraview] Development Install Tree

Dave Partyka dave.partyka at kitware.com
Thu Mar 4 16:42:55 EST 2010


Greetings Everyone,

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.

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.

For Example:

cpack -G NSIS --config
C:\Kitware\ParaView3\bin\Applications\ParaView\CPackParaViewConfig.cmake -C
Release

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.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100304/f3afcca6/attachment.htm>


More information about the ParaView mailing list