[Paraview] [EXTERNAL] Re: Custom Windows build

Scott, W Alan wascott at sandia.gov
Tue Dec 18 12:33:25 EST 2012


A logging application, that then calls ParaView.  We also include an application that can ssh into the clusters from Windows, for remote server connections.

Thanks - I will give it a try.

Alan

-----Original Message-----
From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] 
Sent: Tuesday, December 18, 2012 3:31 AM
To: Scott, W Alan
Cc: paraview at paraview.org
Subject: [EXTERNAL] Re: [Paraview] Custom Windows build

Alan,

What files are you packaging, if I may ask? You should still be able to add such install rules to Applications/ParaView/CMakeLists.txt,
just replace PV_INSTALL_BIN_DIR with VTK_INSTALL_RUNTIME_DIR.

Utkarsh

On Fri, Dec 14, 2012 at 7:01 PM, Scott, W Alan <wascott at sandia.gov> wrote:
> Group,
> I need to repackage my Windows installs, adding a few extra files to 
> the install.  I use to do this through the CMakeLists.txt file found 
> in the Applications/ParaView source directory, inserting the lines:
>
> INSTALL(FILES fileName
>   DESTINATION ${PV_INSTALL_BIN_DIR}
>   PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ 
> GROUP_EXECUTE WORLD_READ
>   COMPONENT Runtime)
>
> How should this be done now?  What CMakeLists.txt file should I edit?
>
> Thanks,
>
> Alan
>
>
>
>
>
> _______________________________________________
> 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
>




More information about the ParaView mailing list