[Paraview] Trying to compile Paraview into a binary like the binary release under linux

David C. Thompson dcthomp at sandia.gov
Mon Dec 13 18:16:49 EST 2004


> ...  I CAN compile it 
> from source no problem, BUT I want the results to be like the paraview 
> release, which is one BIG "paraview" files with no libraries (having 
> libraries causes a problem).
Set BUILD_SHARED_LIBS to OFF. Static versions of the libraries will be
created, but they need not be installed for ParaView to run.

> So to reiterate, I know how to compile paraview, but I want to know how I 
> can build paraview to be exactly like the binary release but with MPI 
> support?
That will require you to have built MPI as a static library.

	David



More information about the ParaView mailing list