Talk:ParaView/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with 'These seems to be a "cd ParaView" required for the basic steps git clone git://paraview.org/ParaView.git cd ParaView git submodule init git submodule update')
 
No edit summary
 
Line 5: Line 5:
  git submodule init
  git submodule init
  git submodule update
  git submodule update
:Yep, you're right. I added it on the main page. [[User:Daviddoria|daviddoria]] 10:55, 22 June 2010 (UTC)

Latest revision as of 10:55, 22 June 2010

These seems to be a "cd ParaView" required for the basic steps

git clone git://paraview.org/ParaView.git
cd ParaView
git submodule init
git submodule update
Yep, you're right. I added it on the main page. daviddoria 10:55, 22 June 2010 (UTC)