|
1 | 1 | # FlightGearBuilder
|
2 |
| -An elegant script to download and build OpenSceneGraph, PLIB, SimgGear and FlightGear. |
| 2 | +An elegant script to download and build OpenSceneGraph, PLIB, SimgGear and, |
| 3 | +FlightGear. |
3 | 4 |
|
4 | 5 | ## What Does It Do?
|
5 |
| -FlightGearBuilder is a shell script that will download the source code for OSG, PLIB, SG and FG. |
| 6 | +FlightGearBuilder is a shell script that will download the source code for OSG, |
| 7 | +PLIB, SG and FG. |
6 | 8 | Then it will compile a nice and stable version of it.
|
7 | 9 |
|
8 | 10 | ## How do I run it?
|
9 | 11 |
|
10 | 12 | #### Installing FlightGear
|
11 |
| -Download the script run it with `./flightgear_downloader` and then `./flightgear_compiler`. |
| 13 | +Download the script run it with `./FlightGear_Downloader` and, |
| 14 | +then `./FlightGear_Compiler`. |
12 | 15 |
|
13 |
| -Add "`--next`" flag to `flightgear_downloader` if you want to download the very latest testing version of FlightGear. |
| 16 | +Add "`--next`" flag to each script if you want to download the very |
| 17 | +latest testing version of FlightGear. |
14 | 18 |
|
15 | 19 | #### FlightGear Data
|
16 |
| -If you want to download/update the large fgdata files too then run `fgdata_downloader`. |
17 |
| -You can run it from a different terminal window at the same time you run `flightgear_compiler`. |
| 20 | +If you want to download/update the large fgdata files too, |
| 21 | +then run `Download_Data.sh`. |
| 22 | +You can run it from a different terminal window at the same time |
| 23 | +you are running either the downloader or compiler, use `--next` flag |
| 24 | +to donwload the latest unstable version. |
18 | 25 |
|
19 | 26 | #### Uninstalling FlightGear
|
20 |
| -Run `./flightgear_uninstaller.` |
| 27 | +Simply remove the `FlightGear-*` directories from your `$HOME` folder. |
21 | 28 |
|
22 | 29 | ## Where is FlightGear Installed to?
|
23 |
| -By default the script will install to **~/FlightGear**. |
| 30 | +By default the script will install to **`~/FlightGear-Stable/Next`**. |
24 | 31 |
|
25 | 32 | ## How to I run FlightGear?
|
26 |
| -If everything wel well, you can run `./flightgear --launcher` from **`~/FlightGear`**. |
| 33 | +If everything wel well, you can run `./flightgear --launcher` from |
| 34 | +the folder **`~/FlightGear-Stable/Next`**. |
27 | 35 |
|
28 |
| -## Configuration |
29 |
| - |
30 |
| -### Install Location |
31 |
| -You can change where you want to install FlightGear to by editing the file `INSTALL_LOCATION`. |
32 |
| - |
33 |
| -If you'd like to install it to `/usr/local/FlightGear`, then simply put that in `INTALL_LOCATION`. |
34 |
| - |
35 |
| -One of of doing that is by running `echo "/usr/local/FlightGear" > INSTALL_LOCATION`. |
0 commit comments