Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

mNo edit summary
Line 32: Line 32:
sh download_and_compile.sh
sh download_and_compile.sh
</pre>
</pre>
Once the script is finished, you will successfully get all the programs installed in the ~/fgfs directory.
Once the script is finished, you will successfully get Flightgear installed in the ~/fgfs directory.


=== Launching FlightGear ===
=== Launching FlightGear ===
Line 40: Line 40:
sh run_fgfs.sh
sh run_fgfs.sh
</pre>
</pre>
== Additional programs ==
If you wish to get all the other programs, you need to launch the script adding the "ALL" option to the command line:
<pre>
sh download_and_compile.sh ALL
</pre>
This, will also install Fgrun, FGCOM, FGComGui and Atlas


=== Launching Fgrun ===
=== Launching Fgrun ===