Howto:Start core development: Difference between revisions

m
→‎The source code: undo/improve previous change: explicit linsk are to be avoided, in case the underlying infrastructure is migrated - e.g. see the simgear/flightgear repo merge currently discussed
(Added explicit links to the sourceforge git repositories.)
m (→‎The source code: undo/improve previous change: explicit linsk are to be avoided, in case the underlying infrastructure is migrated - e.g. see the simgear/flightgear repo merge currently discussed)
Line 139: Line 139:
Development is primarily on the 'next' branches of the three main git repositories:
Development is primarily on the 'next' branches of the three main git repositories:


* https://sourceforge.net/p/flightgear/flightgear/ci/next/log/
* {{repo link
* https://sourceforge.net/p/flightgear/simgear/ci/next/log/
| site = sf
* https://sourceforge.net/p/flightgear/fgdata/ci/next/log/
| proj = flightgear
| repo = flightgear
| view = log
}}
 
* {{repo link
| site = sf
| proj = flightgear
| repo = simgear
| view = log
}}
* {{repo link
| site = sf
| proj = flightgear
| repo = fgdata
| view = log
}}


If you know for sure that you'd like to fiddle with the core source code, you'll inevitably need to be able build FG from source, see [[Building_FlightGear]].
If you know for sure that you'd like to fiddle with the core source code, you'll inevitably need to be able build FG from source, see [[Building_FlightGear]].