FGAddon: Difference between revisions

Jump to navigation Jump to search
150 bytes removed ,  26 February 2016
→‎Command line: Conversion to the {{fgaddon co}} template.
m (→‎History: Note about acquisition by GitLab)
(→‎Command line: Conversion to the {{fgaddon co}} template.)
Line 44: Line 44:
==== Command line ====
==== Command line ====


To download the aircraft for FlightGear 3.4.x, simply type:
To download the aircraft for FlightGear 2016.1, simply type:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn co https://svn.code.sf.net/p/flightgear/fgaddon/branches/release-3.4.0/Aircraft/V22-Osprey
{{fgaddon co|branch=branches/release-2016.1|path=Aircraft/V22-Osprey|post=}}
</syntaxhighlight>
| lang = "sh"
}}


To obtain the in-development version, type:
To obtain the in-development version, type:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/V22-Osprey
{{fgaddon co|path=Aircraft/V22-Osprey|post=}}
</syntaxhighlight>
| lang = "sh"
}}


If all of the ~500 aircraft from the repository are desired - beware that this will be a huge download of over 6 GB - use the following command:
If all of the ~500 aircraft from the repository are desired - beware that this will be a huge download of over 6 GB - use the following command:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn checkout https://svn.code.sf.net/p/flightgear/fgaddon/trunk flightgear-fgaddon
{{fgaddon co|post=flightgear-fgaddon}}
</syntaxhighlight>
| lang = "sh"
}}


When using a stable FlightGear release, for example FlightGear 3.6, to obtain all of the FGAddon aircraft to match the installed FlightGear version, use:
When using a stable FlightGear release, for example FlightGear 3.6, to obtain all of the FGAddon aircraft to match the installed FlightGear version, use:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn co https://svn.code.sf.net/p/flightgear/fgaddon/branches/release-3.6.0/ flightgear-fgaddon
{{fgaddon co|branch=branches/release-2016.1|post=flightgear-fgaddon}}
</syntaxhighlight>
| lang = "sh"
}}


==== GUI clients and TortoiseSVN ====
==== GUI clients and TortoiseSVN ====

Navigation menu