+New in 0.57
+* Support for an arbitrary number of serial ports.
+
New in 0.56
* Changed default HUD units to the more standard feet units. You can still
use meters by specifying the command line option "--units-meters".
You will need the following files:
- FlightGear-x.xx.tar.gz
- base-x.xx.tar.gz
- textures-x.xx.tar.gz
-
-to get started. Sound is optional.
-
- sounds-x.xx.tar.gz
+ FlightGear-x.xx.tar.gz (source code)
+ base-x.xx.tar.gz (data files)
Unpack FlightGear-x.xx.tar.gz using :
If everything went ok, simply type
- runfg
+ runfgfs
at the prompt. You should see the FlightGear splash-screen and a few
seconds later you'll find youself somewhere in the desert, ready for
AC_CHECK_LIB(m, cos)
base_LIBS="$LIBS"
-LIBS="$null_LIBS"
# AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(X11, XCreateWindow)
fi
opengl_LIBS="$LIBS"
-LIBS="$null_LIBS"
+LIBS="$base_LIBS"
AC_SUBST(base_LIBS)
AC_SUBST(opengl_LIBS)