Re: [Paraview] How to Build my own ParaView 3.12.0 Distribution

2011-11-13 Thread pat marion
Hi Mike, You need to install NSIS, then re-run cmake. http://nsis.sourceforge.net/Main_Page Next, take a look at the Windows instructions under the Generate Package section here: http://www.paraview.org/Wiki/ParaView:Build_And_Install#Generate_Package Pat On Sat, Nov 12, 2011 at 11:09

Re: [Paraview] How to Build my own ParaView 3.12.0 Distribution

2011-11-13 Thread David Partyka
I made PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES to default OFF, turn that ON to install Qt etc. After that follow Pats instructions. 1. install NSIS 2. run cpack cpack --config=/Applications/ParaView/CPackParaViewConfigFile.cmake -C Release On Sun, Nov 13, 2011 at 11:55 AM, pat marion

Re: [Paraview] How to Build my own ParaView 3.12.0 Distribution

2011-11-13 Thread Michael Jackson
Do i have to use NSIS? The people who are going to use it can not run installers. I usually give them a plain zip file. Thanks for the other info. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software

Re: [Paraview] How to Build my own ParaView 3.12.0 Distribution

2011-11-13 Thread David Partyka
Yeah you can do -G ZIP for example. http://cmake.org/cmake/help/cpack-2-8-docs.html#opt:-Ggenerator On Sun, Nov 13, 2011 at 1:34 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Do i have to use NSIS? The people who are going to use it can not run installers. I usually give them a

Re: [Paraview] How to Build my own ParaView 3.12.0 Distribution

2011-11-13 Thread Michael Jackson
I get this error: C:\Users\mjackson\Workspace\ParaView-3.12.0\x64CPack -G ZIP --config Applicatio ns\ParaView\CPackParaViewConfig.cmake -C Release CPack: Create package using ZIP CPack: Install projects CPack: - Install project: ParaView Runtime Libs CPack: - Install project: VTK Runtime Libs