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

Jump to navigation Jump to search
m (→‎PLIB: Moving wiki link from heading. We usually avoid links in headings.)
Line 316: Line 316:
** <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.
* Enter the below command into the Terminal:
** <code>sed s/PLIB_TINY_VERSION\ \ 5/PLIB_TINY_VERSION\ \ 6/ -i src/util/ul.h</code>
*** This is some complicated version editing.
* Enter the below command into the Terminal:
** <code>git commit --all --message "Increase tiny version to 6."</code>
*** More version patching stuff.
* Create a folder named 'build-plib' (no quotes) and have it placed in the 'source' folder.
** The <code>mkdir</code> command or a GUI method can be used to create this folder.
*** In other words; FlightGear/source/build-plib
* Navigate the Terminal into the 'build-plib' folder that was just created.


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

edits

Navigation menu