Superbuild on Windows: Difference between revisions

Jump to navigation Jump to search
→‎Cloning the repositories: Added the force flag - see http://thread.gmane.org/gmane.games.flightgear.devel/81501/focus=81604.
(→‎Cloning the repositories: Updated the list of repositories that FGMeta submodules.)
(→‎Cloning the repositories: Added the force flag - see http://thread.gmane.org/gmane.games.flightgear.devel/81501/focus=81604.)
Line 29: Line 29:
If you have forgotten to specify <tt>--recursive</tt>, you will not get flightgear, simgear, fgdata, fgrun, and windows-3rd-party folders.
If you have forgotten to specify <tt>--recursive</tt>, you will not get flightgear, simgear, fgdata, fgrun, and windows-3rd-party folders.


If you want to build the developer versions, you must switch to the next branch of all the git submodules:
If you want to build the developer versions, you must switch to the <code>next</code> branch of all the git submodules:
   D:\Projets\fgmeta>git submodule foreach git checkout next
   D:\Projets\fgmeta>git submodule foreach git checkout next --force
 
Note that the <code>--force</code> flag is sometimes required due to capitalisation issues.


== Creating the solution ==
== Creating the solution ==

Navigation menu