Tweaks.
This commit is contained in:
parent
7f393d7a4f
commit
dec300959b
5 changed files with 18 additions and 13 deletions
5
NEWS
5
NEWS
|
@ -5,6 +5,11 @@ New in 0.53
|
|||
causing segfaults on some platforms, with some compilers using various
|
||||
optimization flags.
|
||||
* 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
|
||||
* Stars added in 8 stages as sky gets darker for a smoother more realistic
|
||||
|
|
11
README
11
README
|
@ -5,11 +5,6 @@ The primary web page for this project is:
|
|||
|
||||
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 ....
|
||||
|
@ -28,7 +23,11 @@ Please see .... for more information on ....
|
|||
|
||||
- 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
|
||||
files, etc.)
|
||||
|
||||
- README.running: Minimalist info for running the simulator
|
||||
- README.running: Basic keyboard commands for running the simulator
|
||||
|
||||
|
||||
|
|
|
@ -8,8 +8,9 @@ suggest that I include the answer here.
|
|||
GLUT
|
||||
====
|
||||
|
||||
Flight Gear requires GLUT. GLUT needs to be installed on your system
|
||||
before you can build Flight Gear. GLUT can be found at:
|
||||
Flight Gear requires GLUT version 3.7 or later (aka GameGLUT._ GLUT
|
||||
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
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
Starting the executable
|
||||
=======================
|
||||
|
||||
Unix: runfg
|
||||
Windows: runfg.bat
|
||||
Unix: runfgfs
|
||||
Windows: runfgfs.bat
|
||||
|
||||
"runfg" is a script which sets the FG_ROOT and LD_LIBRARY_PATH
|
||||
environment variables, then runs the Flight Gear executable.
|
||||
"runfgfs" is a script which runs the Flight Gear executable with
|
||||
(hopefully) the correct $FG_ROOT directory specified.
|
||||
|
||||
|
||||
Keyboard controls
|
||||
|
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -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 This Makefile.in is free software; the Free Software Foundation
|
||||
|
|
Loading…
Reference in a new issue