FFGo: Difference between revisions

352 bytes added ,  11 October 2016
m
→‎Debian: mention the option for apt-get --no-install-recommends
No edit summary
m (→‎Debian: mention the option for apt-get --no-install-recommends)
Line 566: Line 566:


<pre>apt-get install ffgo python3-pil.imagetk geographiclib-tools</pre>
<pre>apt-get install ffgo python3-pil.imagetk geographiclib-tools</pre>
{{Note|To avoid pulling in the entire FlightGear packages, you could tell apt-get to not install the recommendations in the deb file:<br>
<code>apt-get 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.}}


{{Note|Installing the <tt>geographiclib-tools</tt> package is not enough to have the <tt>MagneticField</tt> program working. This program needs one or more datasets which are not part of the <tt>geographiclib-tools</tt> package. One easy way to install the minimal dataset on Debian is to run the following command with root privileges:
{{Note|Installing the <tt>geographiclib-tools</tt> package is not enough to have the <tt>MagneticField</tt> program working. This program needs one or more datasets which are not part of the <tt>geographiclib-tools</tt> package. One easy way to install the minimal dataset on Debian is to run the following command with root privileges:
177

edits