FFGo: Difference between revisions

Jump to navigation Jump to search
236 bytes removed ,  2 April
→‎Debian: Remove specifics pertaining to 2015 'jessie' Debian release
(apt is now preferred over apt-get for interactive use)
(→‎Debian: Remove specifics pertaining to 2015 'jessie' Debian release)
Line 527: Line 527:
<li><tt>python3-pil.imagetk</tt>, otherwise you won’t be able to see the aircraft thumbnails;</li>
<li><tt>python3-pil.imagetk</tt>, otherwise you won’t be able to see the aircraft thumbnails;</li>
<li><tt>geographiclib-tools</tt> for the <tt>MagneticField</tt> program, in order to be able to see the magnetic variation at a given airport, magnetic headings, etc.;</li>
<li><tt>geographiclib-tools</tt> for the <tt>MagneticField</tt> program, in order to be able to see the magnetic variation at a given airport, magnetic headings, etc.;</li>
<li><tt>python3-geographiclib</tt> if available for your distribution (i.e., after <i>jessie</i>), for better geodesic calculations.</li></ul>
<li><tt>python3-geographiclib</tt> for better geodetic calculations.</li></ul>


<p>In other words, if you are using Debian ''bookworm'' or later, you can run:</p>
<p>In other words, if you are using Debian ''bookworm'' or later, you can run:</p>
Line 533: Line 533:
<pre>apt install ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</pre>
<pre>apt install ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</pre>


If you are using ''jessie'' without any backport of <tt>python3-geographiclib</tt>, run this instead:
{{Note|To avoid pulling in the entire FlightGear packages, you could tell <tt>apt</tt> not to install the recommendations in the deb file:<br>
 
<pre>apt install ffgo python3-pil.imagetk geographiclib-tools</pre>
 
{{Note|To avoid pulling in the entire FlightGear packages, you could tell <tt>apt</tt> to not install the recommendations in the deb file:<br>
<code>apt install --no-install-recommends ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</code><br>
<code>apt install --no-install-recommends ffgo python3-pil.imagetk geographiclib-tools python3-geographiclib</code><br>
This is useful, if you have FG installed some other way, than by your package manager.}}
This is useful, if you have FG installed some other way, than by your package manager.}}
417

edits

Navigation menu