Extra EA-500: Difference between revisions

m
Minor formatting changes and syntaxhighlight
m (Minor formatting changes and syntaxhighlight)
Line 1: Line 1:
{{infobox Aircraft
{{Infobox aircraft
|image = Extra500 flightgear1.png
|image = Extra500 flightgear1.png
|alt            = Extra 500 flying in clouds
|alt            = Extra 500 flying in clouds
|name = Extra EA 400-500
|name = Extra EA 400-500
|type = Civilian aircraft
|type = Civilian aircraft
|fdm = JSBSim
|fdm = [[JSBSim]]
|status-fdm = 4
|status-fdm = 4
|status-systems = 5
|status-systems = 5
Line 19: Line 19:


== Status ==
== Status ==
For '''Flightgear 3.4''' or later:<br />
; Flightgear 3.4 and later: Current stable release is 2.0.0 (10.01.2015) and can be found in the fgaddon repository [http://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/trunk/Aircraft/extra500/ FGAddon].  
Current stable release is 2.0.0 (10.01.2015) and can be found in the fgaddon repository [http://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/trunk/Aircraft/extra500/ FGAddon].  


For '''Flightgear up to 3.2''':<br />
; FlightGear 3.2 and earlier: The last stable release is 1.2.0 and can be found on Gitorious.
The last stable release is 1.2.0 and can be found on Gitorious.


Alternatively:[[Extra_EA-500#Download|Download]]
Alternatively: [[#Download|Download]]


For the stable release make sure you are on the release/2.0.0 branch!
For the stable release make sure you are on the release/2.0.0 branch!
Line 100: Line 98:
Stable release up to '''Flightgear 3.2''' is available from Gitorious:
Stable release up to '''Flightgear 3.2''' is available from Gitorious:


<pre>
<syntaxhighlight lang="bash">
git clone <nowiki>https://git.gitorious.org/extra500/extra500.git</nowiki>
git clone https://git.gitorious.org/extra500/extra500.git
cd extra500
cd extra500
git checkout release/1.2.0
git checkout release/1.2.0
</pre>
</syntaxhighlight>


or use the download button on: [https://www.gitorious.org/extra500/extra500/source/dd79dbcb330c9a4f1d2129b7f4bc50ca8f33d1c2: release 1.2.0].
or use the download button on: [https://www.gitorious.org/extra500/extra500/source/dd79dbcb330c9a4f1d2129b7f4bc50ca8f33d1c2: release 1.2.0].


Stable release from '''Flightgear 3.4''' is available from FGAddon or alternatively from Gitorious:
Stable release from '''Flightgear 3.4''' is available from FGAddon or alternatively from Gitorious:
<pre>
<syntaxhighlight lang="bash">
git clone <nowiki>https://git.gitorious.org/extra500/extra500.git</nowiki>
git clone https://git.gitorious.org/extra500/extra500.git
cd extra500
cd extra500
git checkout release/2.0.0
git checkout release/2.0.0
</pre>
</syntaxhighlight>


or use the download button on: [https://www.gitorious.org/extra500/extra500/source/537d77cc672a7df91f24b32977bfd1a904851591: release 2.0.0].
or use the download button on: [https://www.gitorious.org/extra500/extra500/source/537d77cc672a7df91f24b32977bfd1a904851591: release 2.0.0].


The current development takes place in the master branch
The current development takes place in the master branch
<pre>
<syntaxhighlight lang="bash">
git clone <nowiki>https://git.gitorious.org/extra500/extra500.git</nowiki>
git clone https://git.gitorious.org/extra500/extra500.git
cd extra500
cd extra500
git checkout master
git checkout master
</pre>
</syntaxhighlight>


or use the download button on: [https://www.gitorious.org/extra500/extra500 master].
or use the download button on: [https://www.gitorious.org/extra500/extra500 master].