Hi,

I've developed a plugin for ParaView, and now I would like to distribute it to 
some researchers, so that they can use it. As the binaries of ParaView in the 
website aren't compiled with support to shared libs, I think I must pack my own 
version of it. 

What I would like to do, is to give them a zipped folder with a distribution of 
ParaView and the dll of the plugin (Windows environment). They should execute a 
.bat file (which would set environment variables like PATH and PV_PLUGIN_PATH) 
to get ParaView to run, and automatically put my filter in the filter menu. 

The question is: how to get this to work ? I've tried to copy the folder which 
Visual Studio creates when I build the project INSTALL (I thought this would be 
what I needed: a distribution of ParaView), but I'm getting problems to run 
ParaView by this folder in another computer. 

Any tips?

Regards,
Rafael March.  



      
_______________________________________________
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