Howto:Build and run FlightGear on Raspberry Pi 4: Difference between revisions

Line 215: Line 215:


===Dependencies===
===Dependencies===
Below is a list of dependencies (packages) that need to be installed before compiling.


{| class="wikitable"
{| class="wikitable"
Line 270: Line 272:
| qttools5-dev || 5.11.3-4 ||  
| qttools5-dev || 5.11.3-4 ||  
|}
|}
The command <code>dpkg -s package_name</code> can be used, in the terminal to verify if a package is installed. Replace 'package_name' with the name of the dependency from the above list.
Before installing any missing dependencies, update Raspbian per the above [[Howto:Build_and_run_FlightGear_on_Raspberry_Pi_4#Update_Raspbian|Update Raspbian]] instructions. The below terminal command can be used to install any missing dependencies:
<syntaxhighlight lang="bash">
sudo apt-get install package_name
</syntaxhighlight>
====git====


==Performance settings ==
==Performance settings ==
320

edits