diff options
author | Diego Pantano <poplin_dp@gmail.com> | 2010-03-16 16:48:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 13:31:54 +0200 |
commit | dbd1e1116e18fb43f0ed61ddb4f8d8d5e0ff35be (patch) | |
tree | dc859cae9e17825c77df3908d4211ce962858f9f /games/fgrun/README | |
parent | 78cc2459cede4494d2775a00babb578092a0a12a (diff) | |
download | slackbuilds-dbd1e1116e18fb43f0ed61ddb4f8d8d5e0ff35be.tar.gz |
games/fgrun: Added.
Fgrun is a graphical front-end for FlightGear.
Thanks to Diego Pantano.
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 |