[REPLACED BY https://github.com/Megaf/FlightGearBuilder-NG ]
- On Debian based distros, it will download and install all depedencies required to build FlightGear and its components from the source.
- Download the source code of PLIB, OpenSceneGraph, SimgGear and, FlightGear.
- Compile each of the components after its source is downloaded.
- FlightGearBuilder is a shell script that will download the source code for OSG, PLIB, SimGear and FlightGear.
- Then it will compile a nice and stable version of them. Or unstable, if so you chose.
- Download the script run it with
./FlightGearBuilder.sh
. You may or may not need to mark it as executable first withchmod +x FlightGearBuilder.sh
- Add
--next
flag to each script if you want to download the very latest testing version of FlightGear.
- GDataDownloader is a tiny script that will download the "Data" required to run FlightGear.
- The Data will be downloaded to the FGB folder, tipically located in your home folder.
- Download the script run it with
./FGDataDownloader.sh
. You may or may not need to mark it as executable first withchmod +x FGDataDownloader.sh
- Add
--next
flag to each script if you want to download the very latest testing version of FlightGear.
- FlightGear Data are required files to run FlightGear.
- https://download.flightgear.org/builds/
- https://gitlab.com/flightgear/fgdata
- Simply remove the
FGB
directory from your$HOME
folder. - There will be a launcher at
$HOME/.local/share/applications/
, remove it to remove FlightGear from the applications menu.
- By default the script will install to
~/FGB
.
- If everything wel well, you can run
./flightgear --launcher
from the folder~/FGB/FlightGear-Stable/Next
. - Or, by simply searching for and clicking in FlightGear in your DEs applications menu/dashboard.