1
0
Fork 0
This commit is contained in:
curt 1998-08-26 22:30:02 +00:00
parent 7f393d7a4f
commit dec300959b
5 changed files with 18 additions and 13 deletions

5
NEWS
View file

@ -5,6 +5,11 @@ New in 0.53
causing segfaults on some platforms, with some compilers using various causing segfaults on some platforms, with some compilers using various
optimization flags. optimization flags.
* Assorted code optimizations submitted by Norman Vine. * Assorted code optimizations submitted by Norman Vine.
* Renamed fg -> fgfs
* Shuffled files.
- Created a new directory Simulator/Airports/ to handle airport data
specific tasks
- Created Simulator/Object/ to handle basic rendering objects
New in 0.52 New in 0.52
* Stars added in 8 stages as sky gets darker for a smoother more realistic * Stars added in 8 stages as sky gets darker for a smoother more realistic

11
README
View file

@ -5,11 +5,6 @@ The primary web page for this project is:
http://www.menet.umn.edu/~curt/fgfs http://www.menet.umn.edu/~curt/fgfs
We are overhauling the make system and a lot of things are in a state of
change, so let me know if you see incorrect information in the README's,
extraneous files laying around, or any other anomylous things. The
coordinator of this project is Curt Olson <curt@me.umn.edu>.
=================================== ===================================
Please see .... for more information on .... Please see .... for more information on ....
@ -28,7 +23,11 @@ Please see .... for more information on ....
- README.Win32: Specific Win32 compiling information and instructions - README.Win32: Specific Win32 compiling information and instructions
- README.anoncvs: Info on accessing the most current copies of the source.
- README.autoconf: Info on updating the make system (adding new source - README.autoconf: Info on updating the make system (adding new source
files, etc.) files, etc.)
- README.running: Minimalist info for running the simulator - README.running: Basic keyboard commands for running the simulator

View file

@ -8,8 +8,9 @@ suggest that I include the answer here.
GLUT GLUT
==== ====
Flight Gear requires GLUT. GLUT needs to be installed on your system Flight Gear requires GLUT version 3.7 or later (aka GameGLUT._ GLUT
before you can build Flight Gear. GLUT can be found at: needs to be installed on your system before you can build Flight Gear.
GLUT can be found at:
http://reality.sgi.com/opengl/glut3/glut3.html http://reality.sgi.com/opengl/glut3/glut3.html

View file

@ -1,11 +1,11 @@
Starting the executable Starting the executable
======================= =======================
Unix: runfg Unix: runfgfs
Windows: runfg.bat Windows: runfgfs.bat
"runfg" is a script which sets the FG_ROOT and LD_LIBRARY_PATH "runfgfs" is a script which runs the Flight Gear executable with
environment variables, then runs the Flight Gear executable. (hopefully) the correct $FG_ROOT directory specified.
Keyboard controls Keyboard controls

2
aclocal.m4 vendored
View file

@ -1,4 +1,4 @@
dnl aclocal.m4 generated automatically by aclocal 1.3 dnl aclocal.m4 generated automatically by aclocal 1.2h
dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
dnl This Makefile.in is free software; the Free Software Foundation dnl This Makefile.in is free software; the Free Software Foundation