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

Jump to navigation Jump to search
Line 321: Line 321:
# 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:
#* <syntaxhighlight lang="bash" inline style="border:3px dashed blue">git clone git://git.code.sf.net/p/libplib/code libplib.git</syntaxhighlight>
#* <syntaxhighlight lang="bash">git clone git://git.code.sf.net/p/libplib/code libplib.git</syntaxhighlight>
#** 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:
#* <syntaxhighlight lang="bash" inline style="border:3px dashed blue">cd libplib.git</syntaxhighlight>
#* <syntaxhighlight lang="bash">cd libplib.git</syntaxhighlight>
#** 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:
320

edits

Navigation menu