Superbuild on Windows: Difference between revisions

Jump to navigation Jump to search
→‎Cloning the repositories: {{fgdata clone}} and {{fgmeta clone}} template usage.
(→‎Troubleshootings: FIX: Visual C++ compilers are removed when you upgrade Visual Studio 2010)
(→‎Cloning the repositories: {{fgdata clone}} and {{fgmeta clone}} template usage.)
Line 19: Line 19:


I suggest you to clone the fgdata repository (if that's not already done, of course) because that can take much time.
I suggest you to clone the fgdata repository (if that's not already done, of course) because that can take much time.
   D:\Projets>git clone git://gitorious.org/fg/fgdata.git
   D:\Projets>{{fgdata clone}}


Then, recursively clone:
Then, recursively clone:
   D:\Projets>git clone --recursive git://gitorious.org/fg/fgmeta.git
   D:\Projets>{{fgmeta clone|opt=--recursive}}
If you have forgotten to specify <tt>--recursve</tt>, you will not get flighgear, simgear, maclauncher and fgrun folders.
If you have forgotten to specify <tt>--recursve</tt>, you will not get flighgear, simgear, maclauncher and fgrun folders.

Navigation menu