Extra EA-500: Difference between revisions

Jump to navigation Jump to search
→‎Download: Switched to the {{fgaddon co}} and {{repo link}} templates for abstracting the open source infrastructure links.
m (fix wrong download link again)
(→‎Download: Switched to the {{fgaddon co}} and {{repo link}} templates for abstracting the open source infrastructure links.)
Line 111: Line 111:


The latest stable release is also available on the the Flightgear SVN aircraft repository:   
The latest stable release is also available on the the Flightgear SVN aircraft repository:   
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn checkout svn://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/extra500 extra500
{{fgaddon co|path=Aircraft/extra500|post=}}
</syntaxhighlight>
| lang = "sh"
}}


And of course the [http://www.flightgear.org/download/aircraft-v3-4/ Flightgear aircraft download page] has the stable release of the point where the latest Flightgear version was released.
And of course the [http://www.flightgear.org/download/aircraft-v3-4/ Flightgear aircraft download page] has the stable release of the point where the latest Flightgear version was released.
Line 119: Line 120:
Stable releases are available for Flightgear versions 3.2.0, 3.4.0, 3.6.0 and 2016.1. You can get them using GIT:
Stable releases are available for Flightgear versions 3.2.0, 3.4.0, 3.6.0 and 2016.1. You can get them using GIT:


<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
git clone https://gitlab.com/extra500/extra500.git
{{repo link|site=gitlab|cmd=git clone|proj=extra500|repo=extra500|type=git|full=1}}
cd extra500
cd extra500
git checkout FG/''VERSION''  
git checkout FG/''VERSION''  
</syntaxhighlight>
| lang = "sh"
}}


With ''VERSION'' = 3.2.0, 3.4.0, 3.6.0 or 2016.1
With ''VERSION'' = 3.2.0, 3.4.0, 3.6.0 or 2016.1


The current development takes place in the master branch
The current development takes place in the master branch
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
git clone https://gitlab.com/extra500/extra500.git
{{repo link|site=gitlab|cmd=git clone|proj=extra500|repo=extra500|type=git|full=1}}
cd extra500
cd extra500
git checkout master
git checkout master
</syntaxhighlight>
| lang = "sh"
}}


== Other Extra500 wiki pages ==
== Other Extra500 wiki pages ==

Navigation menu