summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/FlightGear/README')
-rw-r--r--games/FlightGear/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/games/FlightGear/README b/games/FlightGear/README
index 40164a5f29..798e5c06c1 100644
--- a/games/FlightGear/README
+++ b/games/FlightGear/README
@@ -2,9 +2,13 @@ FlightGear is a flight-simulator created by an international group of
volunteers, and released as free, open-source GPL software.
It has been used for academic research, education, and for fun.
-To build the internal Qt launcher, you will require QT5 and then pass
-QT5=yes to the script. Otherwise, you can install either fgo or ffgo
-as a more basic launcher.
+This build now includes the internal Qt launcher. To launch FlightGear
+from a terminal window, run 'fgfs --launcher' from the command line.
+(This is how the .desktop file launches it.)
-speex and flite are optional dependencies for voice communication
-(autodetected at build time).
+If you prefer, you can install either fgo (python2) or ffgo (python3)
+as a more basic launcher. They will launch fgfs directly without the
+'--launcher' parameter.
+
+flite is an optional dependency for voice communication (autodetected
+at build time).