/usr/share/doc/fgrun/README is in fgrun 3.4.0.final-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | FlightGear Launch Control is a graphical frontend for running
FlightGear flight simulator, <http://www.flightgear.org/>.
This project is released under the terms of the GNU General Public
License. See COPYING for details.
Requirements:
- FLTK-1.1.x with threads enabled. Tested with FLTK-1.1.6 and 1.1.7[1] but earlier versions should work.
- Plib 1.8.4 or greater.
- SimGear 0.3.10.
- OpenGL or equivalent
Cygwin users should ensure that their fltk library has been configured with at least the following flags :
--enable-threads --enable-gl --enable-cygwin
[1] under Linux, fltk 1.1.7 should be configured with the --disable-largefile option. Otherwise, the aircraft list will be empty. This requirement is only for 1.1.7
|