Superbuild: Difference between revisions

Jump to navigation Jump to search
 
Line 30: Line 30:


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}}.
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 submodule update</code> but providing you do the initial clone with <code>--recursive</code> option, it should not be needed.


Note the superbuild does not include any data repository or base files - you should separately download these or clone fgdata, and pass the location to fgfs when running in your preferred way, eg via the <code>--fg-root</code> command line argument.
Note the superbuild does not include any data repository or base files - you should separately download these or clone fgdata, and pass the location to fgfs when running in your preferred way, eg via the <code>--fg-root</code> command line argument.
1,089

edits

Navigation menu