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

Jump to navigation Jump to search
Line 309: Line 309:
! scope="col" width="20%" | Directory tree structure
! scope="col" width="20%" | Directory tree structure
|-
|-
| * Navigate the Terminal into the 'source' folder.
|
* Navigate the Terminal into the '''source''' folder.
* Enter the below command into the Terminal:
* Enter the below command into the Terminal:
** <code>git clone git://git.code.sf.net/p/libplib/code libplib.git</code>
** <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'.
*** This will copy the needed source files into this folder '''source'''.
* Enter the below command into the Terminal:
* Enter the below command into the Terminal:
** <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>
Line 325: Line 326:
** <code>git commit --all --message "Increase tiny version to 6."</code>
** <code>git commit --all --message "Increase tiny version to 6."</code>
*** More version patching stuff.
*** More version patching stuff.
* Create a folder named 'build-plib' (no quotes) 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:
** <code>cmake -D CMAKE_INSTALL_PREFIX:PATH='''fg-install''' '''libplib.git'''</code>
*** The two folders '''fg-install''' and '''libplib.git''' need to be replaced with the relative or absolute address of these folders. Use your favorite method.
*** The absolute address can easily be copied and pasted with the above [[Howto:Build_and_run_FlightGear_on_Raspberry_Pi_4#Copy_Path(s)|Copy Path(s)]] method. This could be a large string, however the Terminal doesn't mind.
** This will setup the build.
{{not done}}
{{not done}}
| {{not done}}
| {{not done}}
320

edits

Navigation menu