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

Line 317: Line 317:
** <code>cd '''libplib.git'''</code>
** <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.
*** 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
* Enter the below command into the Terminal:
** <code>echo "1.8.6" > version</code>
** <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.
***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.
Line 328: Line 328:
* Create a folder named '''build-plib''' and have it placed in the '''source''' folder.
* Create a folder named '''build-plib''' and have it placed in the '''source''' folder.
** The <code>mkdir</code> command or a GUI method can be used to create this folder.
** The <code>mkdir</code> command or a GUI method can be used to create this folder.
*** In other words; '''FlightGear/source/build-plib'''
** In other words; '''FlightGear/source/build-plib'''
* Navigate the Terminal into the '''build-plib''' folder that was just created.
* Navigate the Terminal into the '''build-plib''' folder that was just created.
* Enter the below command into the Terminal:
* Enter the below command into the Terminal:
320

edits