[Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Pei-Ying Hsieh
Dear ParaView experts, I grabbed paraview and PVVTK from git. Now I have a folder called ParaView and a folder called PVVTK. How do I merge the two so that I can compile both together? Thanks Peiying ___ Powered by www.kitware.com Visit other

Re: [Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Sebastien Jourdain
Hi Peiying, I'm not sure to follow what you are saying, but ParaView already embed VTK as a git submodule. Therefore inside your ParaView git repo, you just need to update all the submodules by executing the following command line: git submodule update --init This will automatically fetch and

Re: [Paraview] How to merge paraview git and PVVTK git?

2012-09-28 Thread Pei-Ying Hsieh
Thanks a lot Seb! I didn't know this. Peiying On Sep 28, 2012, at 7:58 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Peiying, I'm not sure to follow what you are saying, but ParaView already embed VTK as a git submodule. Therefore inside your ParaView git repo, you