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!
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to