diff options
Diffstat (limited to 'games/fgrun/README')
-rw-r--r-- | games/fgrun/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/fgrun/README b/games/fgrun/README new file mode 100644 index 0000000000..38072386e6 --- /dev/null +++ b/games/fgrun/README @@ -0,0 +1,10 @@ +Fgrun is a graphical front end for FlightGear. + +It requires fltk also available on SlackBuilds.org. + +The airport's list doesn't seem to appear (or ever worse, it dissappears) +when the refresh button is pressed. To (re)build this list execute the +following line once the FlightGear-data is installed: + +zcat /usr/share/FlightGear/Airports/metar.dat.gz > \ + ${HOME}/.fltk/flightgear.org/fgrun/airports.txt |