[Paraview-developers] Upcoming changes to ParaView Server Manager
Sebastien Jourdain
sebastien.jourdain at kitware.com
Tue Mar 15 19:01:46 EDT 2011
Folks,
Following up the mail from Utkarsh on the changes to ParaView Server Manager :
http://public.kitware.com/pipermail/paraview-developers/2011-February/000951.html
We finally push our branch to the stage. That branch will only be
merged to master in the coming month.
But if you have developed a plugin or any code based on ParaView and
you want to test it against
that major update, please follow the coming instructions and don't
hesitate to send us your feed back.
In order to fetch our ParaView branch from stage, you will need to
execute the following command line:
$ git clone --recursive git://paraview.org/stage/ParaView.git -b Collaboration
Then, as any regular ParaView source directory, you should be able to
configure and build it.
As some directory and kit renaming occurred, you may need to update
the name of the ParaView library that you are linking against. Now the
ParaViewCore package which used to be called "Servers" contains the
following kits:
vtkPVCommon, vtkPVClientServerCore, vtkPVServerImplementation,
vtkPVServerManager, vtkPVVTKExtensions.
Please remember, these do not affect 3.10 or even 3.10.1. These will
make into the
official ParaView 4.0 release, nothing sooner.
Seb
PS: Additional informations on those changes are available here
http://paraview.org/ParaView3/images/2/24/ParaViewCollaborationChanges.pdf
More information about the Paraview-developers
mailing list