summaryrefslogtreecommitdiffstats
path: root/games/FlightGear/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/FlightGear/README')
-rw-r--r--games/FlightGear/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/games/FlightGear/README b/games/FlightGear/README
index 4a5ce89cf0..798e5c06c1 100644
--- a/games/FlightGear/README
+++ b/games/FlightGear/README
@@ -2,8 +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 libxkbcommon
-and then pass QT5=yes to the script
+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).