Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit e147eb7

Browse files
committed
Updated to reflect version 2.0 changes.
1 parent 1e867ff commit e147eb7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# 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.
34

45
## 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.
68
Then it will compile a nice and stable version of it.
79

810
## How do I run it?
911

1012
#### 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`.
1215

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.
1418

1519
#### 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.
1825

1926
#### Uninstalling FlightGear
20-
Run `./flightgear_uninstaller.`
27+
Simply remove the `FlightGear-*` directories from your `$HOME` folder.
2128

2229
## 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`**.
2431

2532
## 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`**.
2735

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

Comments
 (0)