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

Line 303: Line 303:


This is a good time to create some needed folders on the SSD. For this Wiki the folder 'FlightGear' was created in the root of the SSD. Within this newly created folder 'FlightGear', create two more folders named 'fg-install' and 'source'. Use your favorite method to navigate and create folders, whether it be the Terminal or GUI. Furthuremore, these files can have other names as long as those other names are globally used.
This is a good time to create some needed folders on the SSD. For this Wiki the folder 'FlightGear' was created in the root of the SSD. Within this newly created folder 'FlightGear', create two more folders named 'fg-install' and 'source'. Use your favorite method to navigate and create folders, whether it be the Terminal or GUI. Furthuremore, these files can have other names as long as those other names are globally used.
===[[PLIB]]===
Compiling algorithm for PLIB.
* Navigate the Terminal into the 'source' folder.
* Enter the below command into the Terminal:
** <code>git clone git://git.code.sf.net/p/libplib/code libplib.git</code>
*** This will copy the needed source files into this folder 'source'.
* Enter the below command into the Terminal:
** <code>cd libplib.git</code>
*** This will navigate the Terminal into the folder 'libplib.git' that was created and populated by the <code>git</code> command.
* Enter the below command into the Terminal
** <code>echo "1.8.6" > version</code>
***This will edit the file 'version' that is in this folder. This file can also be modified with a text editor, even via a GUI.


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

edits