Superbuild: Difference between revisions

Jump to navigation Jump to search
m
→‎Getting the source: DRY - use a single template to encode all repo URLs, so that things can be easily updated in the future
No edit summary
m (→‎Getting the source: DRY - use a single template to encode all repo URLs, so that things can be easily updated in the future)
Line 9: Line 9:
In all cases, you should get the superbuild by doing a clean clone (from Git) of fgmeta, with the --recursive option:
In all cases, you should get the superbuild by doing a clean clone (from Git) of fgmeta, with the --recursive option:


{{Git clone|--recursive|git://gitorious.org/fg/fgmeta.git}}
{{Git clone|--recursive|{{{repository-url|name=fgmeta|proto=git}}} }}


This tells Git to clone submodules, which we need since both flightgear and simgear are submodules of fgmeta. The source repository is: [https://gitorious.org/fg/fgmeta here]
This tells Git to clone submodules, which we need since both flightgear and simgear are submodules of fgmeta. The source repository is: [https://gitorious.org/fg/fgmeta here]

Navigation menu