Superbuild: Difference between revisions

Jump to navigation Jump to search
No change in size ,  26 February 2016
→‎Getting the source: Fixes for the 'proj' parameter change at {{repo link}}.
m (→‎Getting the source: More formatting.)
(→‎Getting the source: Fixes for the 'proj' parameter change at {{repo link}}.)
Line 17: Line 17:
}}
}}


This tells Git to clone submodules, which we need since both flightgear and simgear are submodules of fgmeta. The source repository is {{repo link|site=sf|proj=fgmeta}}.
This tells Git to clone submodules, which we need since both flightgear and simgear are submodules of fgmeta. The source repository is {{repo link|site=sf|repo=fgmeta}}.
Note that providing you cloned with <code>--recursive</code>, git pull will also update submodules automatically; some documentation and pages may tell you to manually run <code>git update submodules</code> but providing you do the initial clone with <code>--recursive</code> option, it should not be needed.
Note that providing you cloned with <code>--recursive</code>, git pull will also update submodules automatically; some documentation and pages may tell you to manually run <code>git update submodules</code> but providing you do the initial clone with <code>--recursive</code> option, it should not be needed.


Navigation menu