Superbuild: Difference between revisions

Jump to navigation Jump to search
→‎Getting the source: Switched from the master {{repo link}} template to the {{fgmeta source}} subtemplate.
(→‎Requirements: This quote is very much out of context and only relates to MSVC >= 2015!)
(→‎Getting the source: Switched from the master {{repo link}} template to the {{fgmeta source}} subtemplate.)
Line 29: Line 29:
}}
}}


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}}.
This tells Git to clone submodules, which we need since both flightgear and simgear are submodules of fgmeta. The source repository is {{fgmeta source|text=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